#37BDB1

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

Shades of Light Sea Green #37BDB1

Tints of Light Sea Green #37BDB1

Color information

#37BDB1 (or 0x37BDB1) is unknown color: approx Light Sea Green. HEX triplet: 37, BD and B1. RGB value is (55,189,177). Sum of RGB (Red+Green+Blue) = 55+189+177=421 (55% of max value = 765). Red value is 55 (21.88% from 255 or 13.06% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 177 (69.53% from 255 or 42.04% from 421); Max value from RGB is 189 - color contains mainly: green. Hex color #37BDB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37BDB1 is #C8424E. Grayscale: #939393. Windows color (decimal): -13124175 or 11648311. OLE color: 11648311.

HSL color Cylindrical-coordinate representation of color #37BDB1: hue angle of 174.63º 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 #37BDB1 is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB55189177-
CMYK0.7100.060.26
HSL174.63º54.92%47.84%-
HSV(B)174.63º70.9%74.12%-
XYZ27.7140.3847.93-
YUV147.57144.6161.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.06%
GREEN value IS 189 (74.22% from 255) = 44.89%
BLUE value IS 177 (69.53% from 255) = 42.04%
R=13.06%
G=44.89%
B=42.04%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal551891770.7100.060.26174.6354.9247.84
Hex37BDB147061Aaf3730
Octal6727526110706322576760
Binary1101111011110110110001100011101101101010101111110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37BDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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