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