#37ACA4

Color #37ACA4 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #37ACA4

Tints of Light Sea Green #37ACA4

Color information

#37ACA4 (or 0x37ACA4) is unknown color: approx Light Sea Green. HEX triplet: 37, AC and A4. RGB value is (55,172,164). Sum of RGB (Red+Green+Blue) = 55+172+164=391 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.07% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 164 (64.45% from 255 or 41.94% from 391); Max value from RGB is 172 - color contains mainly: green. Hex color #37ACA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37ACA4 is #C8535B. Grayscale: #888888. Windows color (decimal): -13128540 or 10791991. OLE color: 10791991.

HSL color Cylindrical-coordinate representation of color #37ACA4: hue angle of 175.9º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #37ACA4 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB55172164-
CMYK0.6800.050.33
HSL175.9º51.54%44.51%-
HSV(B)175.9º68.02%67.45%-
XYZ23.033340.28-
YUV136.1143.7470.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 14.07%
GREEN value IS 172 (67.58% from 255) = 43.99%
BLUE value IS 164 (64.45% from 255) = 41.94%
R=14.07%
G=43.99%
B=41.94%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal551721640.6800.050.33175.951.5444.51
Hex37ACA4440521b0342d
Octal6725424410405412606455
Binary11011110101100101001001000100010110000110110000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37ACA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37ACA4; }

 p { color: rgb(55,172,164); }

 H1.HeaderClassName
 {
   color: #37ACA4;
 }
 .AnyTagClassName
 {
   color: #37ACA4;
 }
</style>
background-color css

<style>
 a { background-color: #37ACA4; }

 a { background-color: rgb(55,172,164); }

 div.DivClassName
 {
   background-color: #37ACA4;
 }
 .BgClassName
 {
   background-color: #37ACA4;
 }
</style>
border-color css

<style>
 span { border-color: #37ACA4; }

 span { border-color: rgb(55,172,164); }

 td.TdClassName
 {
   border-color: #37ACA4;
 }
 .TagClassName
 {
   border-color: #37ACA4;
 }
</style>