#37B1A8

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

Shades of Light Sea Green #37B1A8

Tints of Light Sea Green #37B1A8

Color information

#37B1A8 (or 0x37B1A8) is unknown color: approx Light Sea Green. HEX triplet: 37, B1 and A8. RGB value is (55,177,168). Sum of RGB (Red+Green+Blue) = 55+177+168=400 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.75% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 177 - color contains mainly: green. Hex color #37B1A8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37B1A8 is #C84E57. Grayscale: #8B8B8B. Windows color (decimal): -13127256 or 11055415. OLE color: 11055415.

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

Color convert

RGB55177168-
CMYK0.6900.050.31
HSL175.57º52.59%45.49%-
HSV(B)175.57º68.93%69.41%-
XYZ24.3735.0842.53-
YUV139.5144.0867.73-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.75%
GREEN value IS 177 (69.53% from 255) = 44.25%
BLUE value IS 168 (66.02% from 255) = 42%
R=13.75%
G=44.25%
B=42%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal551771680.6900.050.31175.5752.5945.49
Hex37B1A845051Fb0352d
Octal6726125010505372606555
Binary1101111011000110101000100010101011111110110000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37B1A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,177,168); }

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

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

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

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

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

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

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