#37BAAB

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

Shades of Light Sea Green #37BAAB

Tints of Light Sea Green #37BAAB

Color information

#37BAAB (or 0x37BAAB) is unknown color: approx Light Sea Green. HEX triplet: 37, BA and AB. RGB value is (55,186,171). Sum of RGB (Red+Green+Blue) = 55+186+171=412 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.35% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 186 - color contains mainly: green. Hex color #37BAAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37BAAB is #C84554. Grayscale: #919191. Windows color (decimal): -13124949 or 11254327. OLE color: 11254327.

HSL color Cylindrical-coordinate representation of color #37BAAB: hue angle of 173.13º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #37BAAB is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB55186171-
CMYK0.7000.080.27
HSL173.13º54.36%47.25%-
HSV(B)173.13º70.43%72.94%-
XYZ26.4938.8744.63-
YUV145.12142.663.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.35%
GREEN value IS 186 (73.05% from 255) = 45.15%
BLUE value IS 171 (67.19% from 255) = 41.50%
R=13.35%
G=45.15%
B=41.50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal551861710.7000.080.27173.1354.3647.25
Hex37BAAB46081Bad362f
Octal67272253106010332556657
Binary11011110111010101010111000110010001101110101101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37BAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,186,171); }

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

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

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

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

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

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

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