Shades of Light Sea Green #32B7BC
Tints of Light Sea Green #32B7BC
RGB
CMYK
RGB Variations
Color information
#32B7BC (or 0x32B7BC) is known color: Light Sea Green. HEX triplet: 32, B7 and BC. RGB value is (50,183,188). Sum of RGB (Red+Green+Blue) = 50+183+188=421 (55% of max value = 765). Red value is 50 (19.92% from 255 or 11.88% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #32B7BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32B7BC is #CD4843. Grayscale: #8F8F8F. Windows color (decimal): -13453380 or 12367666. OLE color: 12367666.
HSL color Cylindrical-coordinate representation of color #32B7BC: hue angle of 182.17º 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 #32B7BC is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 183 | 188 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.26 |
| HSL | 182.17º | 0.58% | 0.47% | - |
| HSV(B) | 182.17º | 0.73% | 0.74% | - |
| XYZ | 27.33 | 38.18 | 53.51 | - |
| YUV | 143.8 | 152.94 | 61.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 183 | 188 | 0.73 | 0.03 | 0 | 0.26 | 182.17 | 0.58 | 0.47 |
| Hex | 32 | B7 | BC | 49 | 3 | 0 | 1A | B6 | 3A | 2F |
| Octal | 62 | 267 | 274 | 111 | 3 | 0 | 32 | 266 | 72 | 57 |
| Binary | 110010 | 10110111 | 10111100 | 1001001 | 11 | 0 | 11010 | 10110110 | 111010 | 101111 |
Color Harmonies of #32B7BC
Complementary color
Monochromatic Colors of #32B7BC
Black with #32B7BC
Text Example
Text Example
White with #32B7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B7BC; }
p { color: rgb(50,183,188); }
H1.HeaderClassName
{
color: #32B7BC;
}
.AnyTagClassName
{
color: #32B7BC;
}
</style>
background-color css
<style>
a { background-color: #32B7BC; }
a { background-color: rgb(50,183,188); }
div.DivClassName
{
background-color: #32B7BC;
}
.BgClassName
{
background-color: #32B7BC;
}
</style>
border-color css
<style>
span { border-color: #32B7BC; }
span { border-color: rgb(50,183,188); }
td.TdClassName
{
border-color: #32B7BC;
}
.TagClassName
{
border-color: #32B7BC;
}
</style>