Shades of Light Sea Green #32B0BC
Tints of Light Sea Green #32B0BC
RGB
CMYK
RGB Variations
Color information
#32B0BC (or 0x32B0BC) is known color: Light Sea Green. HEX triplet: 32, B0 and BC. RGB value is (50,176,188). Sum of RGB (Red+Green+Blue) = 50+176+188=414 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.08% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #32B0BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32B0BC is #CD4F43. Grayscale: #8B8B8B. Windows color (decimal): -13455172 or 12365874. OLE color: 12365874.
HSL color Cylindrical-coordinate representation of color #32B0BC: hue angle of 185.22º 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 #32B0BC is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 176 | 188 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.26 |
| HSL | 185.22º | 0.58% | 0.47% | - |
| HSV(B) | 185.22º | 0.73% | 0.74% | - |
| XYZ | 25.92 | 35.36 | 53.04 | - |
| YUV | 139.69 | 155.26 | 64.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 176 | 188 | 0.73 | 0.06 | 0 | 0.26 | 185.22 | 0.58 | 0.47 |
| Hex | 32 | B0 | BC | 49 | 6 | 0 | 1A | B9 | 3A | 2F |
| Octal | 62 | 260 | 274 | 111 | 6 | 0 | 32 | 271 | 72 | 57 |
| Binary | 110010 | 10110000 | 10111100 | 1001001 | 110 | 0 | 11010 | 10111001 | 111010 | 101111 |
Color Harmonies of #32B0BC
Complementary color
Monochromatic Colors of #32B0BC
Black with #32B0BC
Text Example
Text Example
White with #32B0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B0BC; }
p { color: rgb(50,176,188); }
H1.HeaderClassName
{
color: #32B0BC;
}
.AnyTagClassName
{
color: #32B0BC;
}
</style>
background-color css
<style>
a { background-color: #32B0BC; }
a { background-color: rgb(50,176,188); }
div.DivClassName
{
background-color: #32B0BC;
}
.BgClassName
{
background-color: #32B0BC;
}
</style>
border-color css
<style>
span { border-color: #32B0BC; }
span { border-color: rgb(50,176,188); }
td.TdClassName
{
border-color: #32B0BC;
}
.TagClassName
{
border-color: #32B0BC;
}
</style>