Shades of Light Sea Green #32BFBD
Tints of Light Sea Green #32BFBD
RGB
CMYK
RGB Variations
Color information
#32BFBD (or 0x32BFBD) is known color: Light Sea Green. HEX triplet: 32, BF and BD. RGB value is (50,191,189). Sum of RGB (Red+Green+Blue) = 50+191+189=430 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.63% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 191 - color contains mainly: green. Hex color #32BFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BFBD is #CD4042. Grayscale: #949494. Windows color (decimal): -13451331 or 12435250. OLE color: 12435250.
HSL color Cylindrical-coordinate representation of color #32BFBD: hue angle of 179.15º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BFBD is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 191 | 189 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.25 |
| HSL | 179.15º | 0.59% | 0.47% | - |
| HSV(B) | 179.15º | 0.74% | 0.75% | - |
| XYZ | 29.13 | 41.61 | 54.64 | - |
| YUV | 148.61 | 150.79 | 57.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 189 | 0.74 | 0 | 0.01 | 0.25 | 179.15 | 0.59 | 0.47 |
| Hex | 32 | BF | BD | 4A | 0 | 1 | 19 | B3 | 3B | 2F |
| Octal | 62 | 277 | 275 | 112 | 0 | 1 | 31 | 263 | 73 | 57 |
| Binary | 110010 | 10111111 | 10111101 | 1001010 | 0 | 1 | 11001 | 10110011 | 111011 | 101111 |
Color Harmonies of #32BFBD
Complementary color
Monochromatic Colors of #32BFBD
Black with #32BFBD
Text Example
Text Example
White with #32BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BFBD; }
p { color: rgb(50,191,189); }
H1.HeaderClassName
{
color: #32BFBD;
}
.AnyTagClassName
{
color: #32BFBD;
}
</style>
background-color css
<style>
a { background-color: #32BFBD; }
a { background-color: rgb(50,191,189); }
div.DivClassName
{
background-color: #32BFBD;
}
.BgClassName
{
background-color: #32BFBD;
}
</style>
border-color css
<style>
span { border-color: #32BFBD; }
span { border-color: rgb(50,191,189); }
td.TdClassName
{
border-color: #32BFBD;
}
.TagClassName
{
border-color: #32BFBD;
}
</style>