Shades of Light Sea Green #32BEBC
Tints of Light Sea Green #32BEBC
RGB
CMYK
RGB Variations
Color information
#32BEBC (or 0x32BEBC) is known color: Light Sea Green. HEX triplet: 32, BE and BC. RGB value is (50,190,188). Sum of RGB (Red+Green+Blue) = 50+190+188=428 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.68% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 190 - color contains mainly: green. Hex color #32BEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BEBC is #CD4143. Grayscale: #939393. Windows color (decimal): -13451588 or 12369458. OLE color: 12369458.
HSL color Cylindrical-coordinate representation of color #32BEBC: hue angle of 179.14º degrees, saturation: 0.58, 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 #32BEBC is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 190 | 188 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.25 |
| HSL | 179.14º | 0.58% | 0.47% | - |
| HSV(B) | 179.14º | 0.74% | 0.75% | - |
| XYZ | 28.81 | 41.14 | 54 | - |
| YUV | 147.91 | 150.62 | 58.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 190 | 188 | 0.74 | 0 | 0.01 | 0.25 | 179.14 | 0.58 | 0.47 |
| Hex | 32 | BE | BC | 4A | 0 | 1 | 19 | B3 | 3A | 2F |
| Octal | 62 | 276 | 274 | 112 | 0 | 1 | 31 | 263 | 72 | 57 |
| Binary | 110010 | 10111110 | 10111100 | 1001010 | 0 | 1 | 11001 | 10110011 | 111010 | 101111 |
Color Harmonies of #32BEBC
Complementary color
Monochromatic Colors of #32BEBC
Black with #32BEBC
Text Example
Text Example
White with #32BEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BEBC; }
p { color: rgb(50,190,188); }
H1.HeaderClassName
{
color: #32BEBC;
}
.AnyTagClassName
{
color: #32BEBC;
}
</style>
background-color css
<style>
a { background-color: #32BEBC; }
a { background-color: rgb(50,190,188); }
div.DivClassName
{
background-color: #32BEBC;
}
.BgClassName
{
background-color: #32BEBC;
}
</style>
border-color css
<style>
span { border-color: #32BEBC; }
span { border-color: rgb(50,190,188); }
td.TdClassName
{
border-color: #32BEBC;
}
.TagClassName
{
border-color: #32BEBC;
}
</style>