#37B0AC

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

Shades of Light Sea Green #37B0AC

Tints of Light Sea Green #37B0AC

Color information

#37B0AC (or 0x37B0AC) is unknown color: approx Light Sea Green. HEX triplet: 37, B0 and AC. RGB value is (55,176,172). Sum of RGB (Red+Green+Blue) = 55+176+172=403 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.65% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 176 - color contains mainly: green. Hex color #37B0AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37B0AC is #C84F53. Grayscale: #8B8B8B. Windows color (decimal): -13127508 or 11317303. OLE color: 11317303.

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

Color convert

RGB55176172-
CMYK0.6900.020.31
HSL178.02º52.38%45.29%-
HSV(B)178.02º68.75%69.02%-
XYZ24.5534.8444.46-
YUV139.36146.4167.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.65%
GREEN value IS 176 (69.14% from 255) = 43.67%
BLUE value IS 172 (67.58% from 255) = 42.68%
R=13.65%
G=43.67%
B=42.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal551761720.6900.020.31178.0252.3845.29
Hex37B0AC45021Fb2342d
Octal6726025410502372626455
Binary110111101100001010110010001010101111110110010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37B0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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