Shades of Light Sea Green #32B5BC
Tints of Light Sea Green #32B5BC
RGB
CMYK
RGB Variations
Color information
#32B5BC (or 0x32B5BC) is known color: Light Sea Green. HEX triplet: 32, B5 and BC. RGB value is (50,181,188). Sum of RGB (Red+Green+Blue) = 50+181+188=419 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.93% from 419); Green value is 181 (71.09% from 255 or 43.20% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #32B5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32B5BC is #CD4A43. Grayscale: #8E8E8E. Windows color (decimal): -13453892 or 12367154. OLE color: 12367154.
HSL color Cylindrical-coordinate representation of color #32B5BC: hue angle of 183.04º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32B5BC is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 181 | 188 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.26 |
| HSL | 183.04º | 0.58% | 0.47% | - |
| HSV(B) | 183.04º | 0.73% | 0.74% | - |
| XYZ | 26.92 | 37.36 | 53.37 | - |
| YUV | 142.63 | 153.6 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 181 | 188 | 0.73 | 0.04 | 0 | 0.26 | 183.04 | 0.58 | 0.47 |
| Hex | 32 | B5 | BC | 49 | 4 | 0 | 1A | B7 | 3A | 2F |
| Octal | 62 | 265 | 274 | 111 | 4 | 0 | 32 | 267 | 72 | 57 |
| Binary | 110010 | 10110101 | 10111100 | 1001001 | 100 | 0 | 11010 | 10110111 | 111010 | 101111 |
Color Harmonies of #32B5BC
Complementary color
Monochromatic Colors of #32B5BC
Black with #32B5BC
Text Example
Text Example
White with #32B5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B5BC; }
p { color: rgb(50,181,188); }
H1.HeaderClassName
{
color: #32B5BC;
}
.AnyTagClassName
{
color: #32B5BC;
}
</style>
background-color css
<style>
a { background-color: #32B5BC; }
a { background-color: rgb(50,181,188); }
div.DivClassName
{
background-color: #32B5BC;
}
.BgClassName
{
background-color: #32B5BC;
}
</style>
border-color css
<style>
span { border-color: #32B5BC; }
span { border-color: rgb(50,181,188); }
td.TdClassName
{
border-color: #32B5BC;
}
.TagClassName
{
border-color: #32B5BC;
}
</style>