Shades of Light Sea Green #21CFBC
Tints of Light Sea Green #21CFBC
RGB
CMYK
RGB Variations
Color information
#21CFBC (or 0x21CFBC) is known color: Light Sea Green. HEX triplet: 21, CF and BC. RGB value is (33,207,188). Sum of RGB (Red+Green+Blue) = 33+207+188=428 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.71% from 428); Green value is 207 (81.25% from 255 or 48.36% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 207 - color contains mainly: green. Hex color #21CFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CFBC is #DE3043. Grayscale: #989898. Windows color (decimal): -14561348 or 12373793. OLE color: 12373793.
HSL color Cylindrical-coordinate representation of color #21CFBC: hue angle of 173.45º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CFBC is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 207 | 188 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.19 |
| HSL | 173.45º | 0.73% | 0.47% | - |
| HSV(B) | 173.45º | 0.84% | 0.81% | - |
| XYZ | 32.02 | 48.58 | 55.27 | - |
| YUV | 152.81 | 147.85 | 42.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 207 | 188 | 0.84 | 0 | 0.09 | 0.19 | 173.45 | 0.73 | 0.47 |
| Hex | 21 | CF | BC | 54 | 0 | 9 | 13 | AD | 48 | 2F |
| Octal | 41 | 317 | 274 | 124 | 0 | 11 | 23 | 255 | 110 | 57 |
| Binary | 100001 | 11001111 | 10111100 | 1010100 | 0 | 1001 | 10011 | 10101101 | 1001000 | 101111 |
Color Harmonies of #21CFBC
Complementary color
Monochromatic Colors of #21CFBC
Black with #21CFBC
Text Example
Text Example
White with #21CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CFBC; }
p { color: rgb(33,207,188); }
H1.HeaderClassName
{
color: #21CFBC;
}
.AnyTagClassName
{
color: #21CFBC;
}
</style>
background-color css
<style>
a { background-color: #21CFBC; }
a { background-color: rgb(33,207,188); }
div.DivClassName
{
background-color: #21CFBC;
}
.BgClassName
{
background-color: #21CFBC;
}
</style>
border-color css
<style>
span { border-color: #21CFBC; }
span { border-color: rgb(33,207,188); }
td.TdClassName
{
border-color: #21CFBC;
}
.TagClassName
{
border-color: #21CFBC;
}
</style>