Shades of Light Sea Green #21BFBD
Tints of Light Sea Green #21BFBD
RGB
CMYK
RGB Variations
Color information
#21BFBD (or 0x21BFBD) is known color: Light Sea Green. HEX triplet: 21, BF and BD. RGB value is (33,191,189). Sum of RGB (Red+Green+Blue) = 33+191+189=413 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.99% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 191 - color contains mainly: green. Hex color #21BFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BFBD is #DE4042. Grayscale: #8F8F8F. Windows color (decimal): -14565443 or 12435233. OLE color: 12435233.
HSL color Cylindrical-coordinate representation of color #21BFBD: hue angle of 179.24º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BFBD is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 191 | 189 | - |
| CMYK | 0.83 | 0 | 0.01 | 0.25 |
| HSL | 179.24º | 0.71% | 0.44% | - |
| HSV(B) | 179.24º | 0.83% | 0.75% | - |
| XYZ | 28.44 | 41.26 | 54.61 | - |
| YUV | 143.53 | 153.65 | 49.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 191 | 189 | 0.83 | 0 | 0.01 | 0.25 | 179.24 | 0.71 | 0.44 |
| Hex | 21 | BF | BD | 53 | 0 | 1 | 19 | B3 | 47 | 2C |
| Octal | 41 | 277 | 275 | 123 | 0 | 1 | 31 | 263 | 107 | 54 |
| Binary | 100001 | 10111111 | 10111101 | 1010011 | 0 | 1 | 11001 | 10110011 | 1000111 | 101100 |
Color Harmonies of #21BFBD
Complementary color
Monochromatic Colors of #21BFBD
Black with #21BFBD
Text Example
Text Example
White with #21BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BFBD; }
p { color: rgb(33,191,189); }
H1.HeaderClassName
{
color: #21BFBD;
}
.AnyTagClassName
{
color: #21BFBD;
}
</style>
background-color css
<style>
a { background-color: #21BFBD; }
a { background-color: rgb(33,191,189); }
div.DivClassName
{
background-color: #21BFBD;
}
.BgClassName
{
background-color: #21BFBD;
}
</style>
border-color css
<style>
span { border-color: #21BFBD; }
span { border-color: rgb(33,191,189); }
td.TdClassName
{
border-color: #21BFBD;
}
.TagClassName
{
border-color: #21BFBD;
}
</style>