#37B1A0

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

Shades of Light Sea Green #37B1A0

Tints of Light Sea Green #37B1A0

Color information

#37B1A0 (or 0x37B1A0) is unknown color: approx Light Sea Green. HEX triplet: 37, B1 and A0. RGB value is (55,177,160). Sum of RGB (Red+Green+Blue) = 55+177+160=392 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.03% from 392); Green value is 177 (69.53% from 255 or 45.15% from 392); Blue value is 160 (62.89% from 255 or 40.82% from 392); Max value from RGB is 177 - color contains mainly: green. Hex color #37B1A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37B1A0 is #C84E5F. Grayscale: #8A8A8A. Windows color (decimal): -13127264 or 10531127. OLE color: 10531127.

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

Color convert

RGB55177160-
CMYK0.6900.100.31
HSL171.64º52.59%45.49%-
HSV(B)171.64º68.93%69.41%-
XYZ23.6434.7938.73-
YUV138.58140.0868.38-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 14.03%
GREEN value IS 177 (69.53% from 255) = 45.15%
BLUE value IS 160 (62.89% from 255) = 40.82%
R=14.03%
G=45.15%
B=40.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal551771600.6900.100.31171.6452.5945.49
Hex37B1A0450A1Fac352d
Octal67261240105012372546555
Binary11011110110001101000001000101010101111110101100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37B1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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