#37B5AC

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

Shades of Light Sea Green #37B5AC

Tints of Light Sea Green #37B5AC

Color information

#37B5AC (or 0x37B5AC) is unknown color: approx Light Sea Green. HEX triplet: 37, B5 and AC. RGB value is (55,181,172). Sum of RGB (Red+Green+Blue) = 55+181+172=408 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.48% from 408); Green value is 181 (71.09% from 255 or 44.36% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 181 - color contains mainly: green. Hex color #37B5AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37B5AC is #C84A53. Grayscale: #8E8E8E. Windows color (decimal): -13126228 or 11318583. OLE color: 11318583.

HSL color Cylindrical-coordinate representation of color #37B5AC: hue angle of 175.71º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #37B5AC is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB55181172-
CMYK0.7000.050.29
HSL175.71º53.39%46.27%-
HSV(B)175.71º69.61%70.98%-
XYZ25.5536.8444.79-
YUV142.3144.7665.73-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.48%
GREEN value IS 181 (71.09% from 255) = 44.36%
BLUE value IS 172 (67.58% from 255) = 42.16%
R=13.48%
G=44.36%
B=42.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal551811720.7000.050.29175.7153.3946.27
Hex37B5AC46051Db0352e
Octal6726525410605352606556
Binary1101111011010110101100100011001011110110110000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37B5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,181,172); }

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

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

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

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

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

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

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