Shades of Light Sea Green #32B9BC
Tints of Light Sea Green #32B9BC
RGB
CMYK
RGB Variations
Color information
#32B9BC (or 0x32B9BC) is known color: Light Sea Green. HEX triplet: 32, B9 and BC. RGB value is (50,185,188). Sum of RGB (Red+Green+Blue) = 50+185+188=423 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.82% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #32B9BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32B9BC is #CD4643. Grayscale: #909090. Windows color (decimal): -13452868 or 12368178. OLE color: 12368178.
HSL color Cylindrical-coordinate representation of color #32B9BC: hue angle of 181.3º 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 #32B9BC is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 185 | 188 | - |
| CMYK | 0.73 | 0.02 | 0 | 0.26 |
| HSL | 181.3º | 0.58% | 0.47% | - |
| HSV(B) | 181.3º | 0.73% | 0.74% | - |
| XYZ | 27.74 | 39.01 | 53.64 | - |
| YUV | 144.98 | 152.27 | 60.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 185 | 188 | 0.73 | 0.02 | 0 | 0.26 | 181.3 | 0.58 | 0.47 |
| Hex | 32 | B9 | BC | 49 | 2 | 0 | 1A | B5 | 3A | 2F |
| Octal | 62 | 271 | 274 | 111 | 2 | 0 | 32 | 265 | 72 | 57 |
| Binary | 110010 | 10111001 | 10111100 | 1001001 | 10 | 0 | 11010 | 10110101 | 111010 | 101111 |
Color Harmonies of #32B9BC
Complementary color
Monochromatic Colors of #32B9BC
Black with #32B9BC
Text Example
Text Example
White with #32B9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B9BC; }
p { color: rgb(50,185,188); }
H1.HeaderClassName
{
color: #32B9BC;
}
.AnyTagClassName
{
color: #32B9BC;
}
</style>
background-color css
<style>
a { background-color: #32B9BC; }
a { background-color: rgb(50,185,188); }
div.DivClassName
{
background-color: #32B9BC;
}
.BgClassName
{
background-color: #32B9BC;
}
</style>
border-color css
<style>
span { border-color: #32B9BC; }
span { border-color: rgb(50,185,188); }
td.TdClassName
{
border-color: #32B9BC;
}
.TagClassName
{
border-color: #32B9BC;
}
</style>