#37AFAC

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

Shades of Light Sea Green #37AFAC

Tints of Light Sea Green #37AFAC

Color information

#37AFAC (or 0x37AFAC) is unknown color: approx Light Sea Green. HEX triplet: 37, AF and AC. RGB value is (55,175,172). Sum of RGB (Red+Green+Blue) = 55+175+172=402 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.68% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 175 - color contains mainly: green. Hex color #37AFAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37AFAC is #C85053. Grayscale: #8A8A8A. Windows color (decimal): -13127764 or 11317047. OLE color: 11317047.

HSL color Cylindrical-coordinate representation of color #37AFAC: hue angle of 178.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 #37AFAC is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB55175172-
CMYK0.6900.020.31
HSL178.5º52.17%45.1%-
HSV(B)178.5º68.57%68.63%-
XYZ24.3534.4544.4-
YUV138.78146.7468.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.68%
GREEN value IS 175 (68.75% from 255) = 43.53%
BLUE value IS 172 (67.58% from 255) = 42.79%
R=13.68%
G=43.53%
B=42.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal551751720.6900.020.31178.552.1745.1
Hex37AFAC45021Fb2342d
Octal6725725410502372626455
Binary110111101011111010110010001010101111110110010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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