Shades of Light Sea Green #21BFC0
Tints of Light Sea Green #21BFC0
RGB
CMYK
RGB Variations
Color information
#21BFC0 (or 0x21BFC0) is known color: Light Sea Green. HEX triplet: 21, BF and C0. RGB value is (33,191,192). Sum of RGB (Red+Green+Blue) = 33+191+192=416 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.93% from 416); Green value is 191 (75% from 255 or 45.91% from 416); Blue value is 192 (75.39% from 255 or 46.15% from 416); Max value from RGB is 192 - color contains mainly: blue. Hex color #21BFC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BFC0 is #DE403F. Grayscale: #8F8F8F. Windows color (decimal): -14565440 or 12631841. OLE color: 12631841.
HSL color Cylindrical-coordinate representation of color #21BFC0: hue angle of 180.38º 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 #21BFC0 is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 191 | 192 | - |
| CMYK | 0.83 | 0.01 | 0 | 0.25 |
| HSL | 180.38º | 0.71% | 0.44% | - |
| HSV(B) | 180.38º | 0.83% | 0.75% | - |
| XYZ | 28.77 | 41.39 | 56.34 | - |
| YUV | 143.87 | 155.15 | 48.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 191 | 192 | 0.83 | 0.01 | 0 | 0.25 | 180.38 | 0.71 | 0.44 |
| Hex | 21 | BF | C0 | 53 | 1 | 0 | 19 | B4 | 47 | 2C |
| Octal | 41 | 277 | 300 | 123 | 1 | 0 | 31 | 264 | 107 | 54 |
| Binary | 100001 | 10111111 | 11000000 | 1010011 | 1 | 0 | 11001 | 10110100 | 1000111 | 101100 |
Color Harmonies of #21BFC0
Complementary color
Monochromatic Colors of #21BFC0
Black with #21BFC0
Text Example
Text Example
White with #21BFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BFC0; }
p { color: rgb(33,191,192); }
H1.HeaderClassName
{
color: #21BFC0;
}
.AnyTagClassName
{
color: #21BFC0;
}
</style>
background-color css
<style>
a { background-color: #21BFC0; }
a { background-color: rgb(33,191,192); }
div.DivClassName
{
background-color: #21BFC0;
}
.BgClassName
{
background-color: #21BFC0;
}
</style>
border-color css
<style>
span { border-color: #21BFC0; }
span { border-color: rgb(33,191,192); }
td.TdClassName
{
border-color: #21BFC0;
}
.TagClassName
{
border-color: #21BFC0;
}
</style>