Shades of Light Sea Green #32B0B6
Tints of Light Sea Green #32B0B6
RGB
CMYK
RGB Variations
Color information
#32B0B6 (or 0x32B0B6) is known color: Light Sea Green. HEX triplet: 32, B0 and B6. RGB value is (50,176,182). Sum of RGB (Red+Green+Blue) = 50+176+182=408 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.25% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 182 (71.48% from 255 or 44.61% from 408); Max value from RGB is 182 - color contains mainly: blue. Hex color #32B0B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32B0B6 is #CD4F49. Grayscale: #8A8A8A. Windows color (decimal): -13455178 or 11972658. OLE color: 11972658.
HSL color Cylindrical-coordinate representation of color #32B0B6: hue angle of 182.73º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32B0B6 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 176 | 182 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.29 |
| HSL | 182.73º | 0.57% | 0.45% | - |
| HSV(B) | 182.73º | 0.73% | 0.71% | - |
| XYZ | 25.28 | 35.11 | 49.7 | - |
| YUV | 139.01 | 152.26 | 64.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 176 | 182 | 0.73 | 0.03 | 0 | 0.29 | 182.73 | 0.57 | 0.45 |
| Hex | 32 | B0 | B6 | 49 | 3 | 0 | 1D | B7 | 39 | 2D |
| Octal | 62 | 260 | 266 | 111 | 3 | 0 | 35 | 267 | 71 | 55 |
| Binary | 110010 | 10110000 | 10110110 | 1001001 | 11 | 0 | 11101 | 10110111 | 111001 | 101101 |
Color Harmonies of #32B0B6
Complementary color
Monochromatic Colors of #32B0B6
Black with #32B0B6
Text Example
Text Example
White with #32B0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B0B6; }
p { color: rgb(50,176,182); }
H1.HeaderClassName
{
color: #32B0B6;
}
.AnyTagClassName
{
color: #32B0B6;
}
</style>
background-color css
<style>
a { background-color: #32B0B6; }
a { background-color: rgb(50,176,182); }
div.DivClassName
{
background-color: #32B0B6;
}
.BgClassName
{
background-color: #32B0B6;
}
</style>
border-color css
<style>
span { border-color: #32B0B6; }
span { border-color: rgb(50,176,182); }
td.TdClassName
{
border-color: #32B0B6;
}
.TagClassName
{
border-color: #32B0B6;
}
</style>