#37ACA1

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

Shades of Light Sea Green #37ACA1

Tints of Light Sea Green #37ACA1

Color information

#37ACA1 (or 0x37ACA1) is unknown color: approx Light Sea Green. HEX triplet: 37, AC and A1. RGB value is (55,172,161). Sum of RGB (Red+Green+Blue) = 55+172+161=388 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.18% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 161 (63.28% from 255 or 41.49% from 388); Max value from RGB is 172 - color contains mainly: green. Hex color #37ACA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37ACA1 is #C8535E. Grayscale: #878787. Windows color (decimal): -13128543 or 10595383. OLE color: 10595383.

HSL color Cylindrical-coordinate representation of color #37ACA1: hue angle of 174.36º 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 #37ACA1 is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB55172161-
CMYK0.6800.060.33
HSL174.36º51.54%44.51%-
HSV(B)174.36º68.02%67.45%-
XYZ22.7632.8938.87-
YUV135.76142.2470.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.18%
GREEN value IS 172 (67.58% from 255) = 44.33%
BLUE value IS 161 (63.28% from 255) = 41.49%
R=14.18%
G=44.33%
B=41.49%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal551721610.6800.060.33174.3651.5444.51
Hex37ACA1440621ae342d
Octal6725424110406412566455
Binary11011110101100101000011000100011010000110101110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37ACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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