Shades of Light Sea Green #32B3BD
Tints of Light Sea Green #32B3BD
RGB
CMYK
RGB Variations
Color information
#32B3BD (or 0x32B3BD) is known color: Light Sea Green. HEX triplet: 32, B3 and BD. RGB value is (50,179,189). Sum of RGB (Red+Green+Blue) = 50+179+189=418 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.96% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 189 - color contains mainly: blue. Hex color #32B3BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32B3BD is #CD4C42. Grayscale: #8D8D8D. Windows color (decimal): -13454403 or 12432178. OLE color: 12432178.
HSL color Cylindrical-coordinate representation of color #32B3BD: hue angle of 184.32º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32B3BD is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 179 | 189 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.26 |
| HSL | 184.32º | 0.58% | 0.47% | - |
| HSV(B) | 184.32º | 0.74% | 0.74% | - |
| XYZ | 26.62 | 36.59 | 53.8 | - |
| YUV | 141.57 | 154.76 | 62.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 179 | 189 | 0.74 | 0.05 | 0 | 0.26 | 184.32 | 0.58 | 0.47 |
| Hex | 32 | B3 | BD | 4A | 5 | 0 | 1A | B8 | 3A | 2F |
| Octal | 62 | 263 | 275 | 112 | 5 | 0 | 32 | 270 | 72 | 57 |
| Binary | 110010 | 10110011 | 10111101 | 1001010 | 101 | 0 | 11010 | 10111000 | 111010 | 101111 |
Color Harmonies of #32B3BD
Complementary color
Monochromatic Colors of #32B3BD
Black with #32B3BD
Text Example
Text Example
White with #32B3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B3BD; }
p { color: rgb(50,179,189); }
H1.HeaderClassName
{
color: #32B3BD;
}
.AnyTagClassName
{
color: #32B3BD;
}
</style>
background-color css
<style>
a { background-color: #32B3BD; }
a { background-color: rgb(50,179,189); }
div.DivClassName
{
background-color: #32B3BD;
}
.BgClassName
{
background-color: #32B3BD;
}
</style>
border-color css
<style>
span { border-color: #32B3BD; }
span { border-color: rgb(50,179,189); }
td.TdClassName
{
border-color: #32B3BD;
}
.TagClassName
{
border-color: #32B3BD;
}
</style>