#37AAA5

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

Shades of Light Sea Green #37AAA5

Tints of Light Sea Green #37AAA5

Color information

#37AAA5 (or 0x37AAA5) is unknown color: approx Light Sea Green. HEX triplet: 37, AA and A5. RGB value is (55,170,165). Sum of RGB (Red+Green+Blue) = 55+170+165=390 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.10% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 165 (64.84% from 255 or 42.31% from 390); Max value from RGB is 170 - color contains mainly: green. Hex color #37AAA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37AAA5 is #C8555A. Grayscale: #868686. Windows color (decimal): -13129051 or 10857015. OLE color: 10857015.

HSL color Cylindrical-coordinate representation of color #37AAA5: hue angle of 177.39º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #37AAA5 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB55170165-
CMYK0.6800.030.33
HSL177.39º51.11%44.12%-
HSV(B)177.39º67.65%66.67%-
XYZ22.7432.2840.63-
YUV135.04144.970.91-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.10%
GREEN value IS 170 (66.80% from 255) = 43.59%
BLUE value IS 165 (64.84% from 255) = 42.31%
R=14.10%
G=43.59%
B=42.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal551701650.6800.030.33177.3951.1144.12
Hex37AAA5440321b1332c
Octal6725224510403412616354
Binary1101111010101010100101100010001110000110110001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37AAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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