#37AFA6

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

Shades of Light Sea Green #37AFA6

Tints of Light Sea Green #37AFA6

Color information

#37AFA6 (or 0x37AFA6) is unknown color: approx Light Sea Green. HEX triplet: 37, AF and A6. RGB value is (55,175,166). Sum of RGB (Red+Green+Blue) = 55+175+166=396 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.89% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 166 (65.23% from 255 or 41.92% from 396); Max value from RGB is 175 - color contains mainly: green. Hex color #37AFA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37AFA6 is #C85059. Grayscale: #8A8A8A. Windows color (decimal): -13127770 or 10923831. OLE color: 10923831.

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

Color convert

RGB55175166-
CMYK0.6900.050.31
HSL175.5º52.17%45.1%-
HSV(B)175.5º68.57%68.63%-
XYZ23.7934.2341.43-
YUV138.09143.7468.73-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.89%
GREEN value IS 175 (68.75% from 255) = 44.19%
BLUE value IS 166 (65.23% from 255) = 41.92%
R=13.89%
G=44.19%
B=41.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal551751660.6900.050.31175.552.1745.1
Hex37AFA645051Fb0342d
Octal6725724610505372606455
Binary1101111010111110100110100010101011111110110000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37AFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,175,166); }

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

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

 a { background-color: rgb(55,175,166); }

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

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

 span { border-color: rgb(55,175,166); }

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