#37AFA5

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

Shades of Light Sea Green #37AFA5

Tints of Light Sea Green #37AFA5

Color information

#37AFA5 (or 0x37AFA5) is unknown color: approx Light Sea Green. HEX triplet: 37, AF and A5. RGB value is (55,175,165). Sum of RGB (Red+Green+Blue) = 55+175+165=395 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.92% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 165 (64.84% from 255 or 41.77% from 395); Max value from RGB is 175 - color contains mainly: green. Hex color #37AFA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37AFA5 is #C8505A. Grayscale: #898989. Windows color (decimal): -13127771 or 10858295. OLE color: 10858295.

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

Color convert

RGB55175165-
CMYK0.6900.060.31
HSL175º52.17%45.1%-
HSV(B)175º68.57%68.63%-
XYZ23.734.1940.95-
YUV137.98143.2468.81-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.92%
GREEN value IS 175 (68.75% from 255) = 44.30%
BLUE value IS 165 (64.84% from 255) = 41.77%
R=13.92%
G=44.30%
B=41.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal551751650.6900.060.3117552.1745.1
Hex37AFA545061Faf342d
Octal6725724510506372576455
Binary1101111010111110100101100010101101111110101111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37AFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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