Shades of Light Sea Green #32B6BD
Tints of Light Sea Green #32B6BD
RGB
CMYK
RGB Variations
Color information
#32B6BD (or 0x32B6BD) is known color: Light Sea Green. HEX triplet: 32, B6 and BD. RGB value is (50,182,189). Sum of RGB (Red+Green+Blue) = 50+182+189=421 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.88% from 421); Green value is 182 (71.48% from 255 or 43.23% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 189 - color contains mainly: blue. Hex color #32B6BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32B6BD is #CD4942. Grayscale: #8F8F8F. Windows color (decimal): -13453635 or 12432946. OLE color: 12432946.
HSL color Cylindrical-coordinate representation of color #32B6BD: hue angle of 183.02º 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 #32B6BD is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 182 | 189 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.26 |
| HSL | 183.02º | 0.58% | 0.47% | - |
| HSV(B) | 183.02º | 0.74% | 0.74% | - |
| XYZ | 27.23 | 37.81 | 54.01 | - |
| YUV | 143.33 | 153.77 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 182 | 189 | 0.74 | 0.04 | 0 | 0.26 | 183.02 | 0.58 | 0.47 |
| Hex | 32 | B6 | BD | 4A | 4 | 0 | 1A | B7 | 3A | 2F |
| Octal | 62 | 266 | 275 | 112 | 4 | 0 | 32 | 267 | 72 | 57 |
| Binary | 110010 | 10110110 | 10111101 | 1001010 | 100 | 0 | 11010 | 10110111 | 111010 | 101111 |
Color Harmonies of #32B6BD
Complementary color
Monochromatic Colors of #32B6BD
Black with #32B6BD
Text Example
Text Example
White with #32B6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B6BD; }
p { color: rgb(50,182,189); }
H1.HeaderClassName
{
color: #32B6BD;
}
.AnyTagClassName
{
color: #32B6BD;
}
</style>
background-color css
<style>
a { background-color: #32B6BD; }
a { background-color: rgb(50,182,189); }
div.DivClassName
{
background-color: #32B6BD;
}
.BgClassName
{
background-color: #32B6BD;
}
</style>
border-color css
<style>
span { border-color: #32B6BD; }
span { border-color: rgb(50,182,189); }
td.TdClassName
{
border-color: #32B6BD;
}
.TagClassName
{
border-color: #32B6BD;
}
</style>