#37AAAA

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

Shades of Light Sea Green #37AAAA

Tints of Light Sea Green #37AAAA

Color information

#37AAAA (or 0x37AAAA) is unknown color: approx Light Sea Green. HEX triplet: 37, AA and AA. RGB value is (55,170,170). Sum of RGB (Red+Green+Blue) = 55+170+170=395 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.92% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #37AAAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37AAAA is #C85555. Grayscale: #878787. Windows color (decimal): -13129046 or 11184695. OLE color: 11184695.

HSL color Cylindrical-coordinate representation of color #37AAAA: hue angle of 180º 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 #37AAAA is Cyan = 0.68, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB55170170-
CMYK0.68000.33
HSL180º51.11%44.12%-
HSV(B)180º67.65%66.67%-
XYZ23.2132.4643.07-
YUV135.61147.470.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.92%
GREEN value IS 170 (66.80% from 255) = 43.04%
BLUE value IS 170 (66.80% from 255) = 43.04%
R=13.92%
G=43.04%
B=43.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal551701700.68000.3318051.1144.12
Hex37AAAA440021b4332c
Octal6725225210400412646354
Binary110111101010101010101010001000010000110110100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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