Shades of Light Sea Green #32BEBF
Tints of Light Sea Green #32BEBF
RGB
CMYK
RGB Variations
Color information
#32BEBF (or 0x32BEBF) is known color: Light Sea Green. HEX triplet: 32, BE and BF. RGB value is (50,190,191). Sum of RGB (Red+Green+Blue) = 50+190+191=431 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.60% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #32BEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BEBF is #CD4140. Grayscale: #949494. Windows color (decimal): -13451585 or 12566066. OLE color: 12566066.
HSL color Cylindrical-coordinate representation of color #32BEBF: hue angle of 180.43º 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 #32BEBF is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 190 | 191 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.25 |
| HSL | 180.43º | 0.59% | 0.47% | - |
| HSV(B) | 180.43º | 0.74% | 0.75% | - |
| XYZ | 29.13 | 41.27 | 55.72 | - |
| YUV | 148.25 | 152.12 | 57.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 190 | 191 | 0.74 | 0.01 | 0 | 0.25 | 180.43 | 0.59 | 0.47 |
| Hex | 32 | BE | BF | 4A | 1 | 0 | 19 | B4 | 3B | 2F |
| Octal | 62 | 276 | 277 | 112 | 1 | 0 | 31 | 264 | 73 | 57 |
| Binary | 110010 | 10111110 | 10111111 | 1001010 | 1 | 0 | 11001 | 10110100 | 111011 | 101111 |
Color Harmonies of #32BEBF
Complementary color
Monochromatic Colors of #32BEBF
Black with #32BEBF
Text Example
Text Example
White with #32BEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BEBF; }
p { color: rgb(50,190,191); }
H1.HeaderClassName
{
color: #32BEBF;
}
.AnyTagClassName
{
color: #32BEBF;
}
</style>
background-color css
<style>
a { background-color: #32BEBF; }
a { background-color: rgb(50,190,191); }
div.DivClassName
{
background-color: #32BEBF;
}
.BgClassName
{
background-color: #32BEBF;
}
</style>
border-color css
<style>
span { border-color: #32BEBF; }
span { border-color: rgb(50,190,191); }
td.TdClassName
{
border-color: #32BEBF;
}
.TagClassName
{
border-color: #32BEBF;
}
</style>