#37AFAA

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

Shades of Light Sea Green #37AFAA

Tints of Light Sea Green #37AFAA

Color information

#37AFAA (or 0x37AFAA) is unknown color: approx Light Sea Green. HEX triplet: 37, AF and AA. RGB value is (55,175,170). Sum of RGB (Red+Green+Blue) = 55+175+170=400 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.75% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 175 - color contains mainly: green. Hex color #37AFAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37AFAA is #C85055. Grayscale: #8A8A8A. Windows color (decimal): -13127766 or 11185975. OLE color: 11185975.

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

Color convert

RGB55175170-
CMYK0.6900.030.31
HSL177.5º52.17%45.1%-
HSV(B)177.5º68.57%68.63%-
XYZ24.1634.3743.39-
YUV138.55145.7468.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.75%
GREEN value IS 175 (68.75% from 255) = 43.75%
BLUE value IS 170 (66.80% from 255) = 42.5%
R=13.75%
G=43.75%
B=42.5%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal551751700.6900.030.31177.552.1745.1
Hex37AFAA45031Fb2342d
Octal6725725210503372626455
Binary110111101011111010101010001010111111110110010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37AFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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