#37BCBB

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

Shades of Light Sea Green #37BCBB

Tints of Light Sea Green #37BCBB

Color information

#37BCBB (or 0x37BCBB) is unknown color: approx Light Sea Green. HEX triplet: 37, BC and BB. RGB value is (55,188,187). Sum of RGB (Red+Green+Blue) = 55+188+187=430 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.79% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 188 - color contains mainly: green. Hex color #37BCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BCBB is #C84344. Grayscale: #939393. Windows color (decimal): -13124421 or 12303415. OLE color: 12303415.

HSL color Cylindrical-coordinate representation of color #37BCBB: hue angle of 179.55º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37BCBB is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB55188187-
CMYK0.7100.010.26
HSL179.55º54.73%47.65%-
HSV(B)179.55º70.74%73.73%-
XYZ28.5340.3753.3-
YUV148.12149.9461.58-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 12.79%
GREEN value IS 188 (73.83% from 255) = 43.72%
BLUE value IS 187 (73.44% from 255) = 43.49%
R=12.79%
G=43.72%
B=43.49%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal551881870.7100.010.26179.5554.7347.65
Hex37BCBB47011Ab43730
Octal6727427310701322646760
Binary11011110111100101110111000111011101010110100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37BCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,188,187); }

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

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

 a { background-color: rgb(55,188,187); }

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

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

 span { border-color: rgb(55,188,187); }

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