Shades of Light Sea Green #21C8BC
Tints of Light Sea Green #21C8BC
RGB
CMYK
RGB Variations
Color information
#21C8BC (or 0x21C8BC) is known color: Light Sea Green. HEX triplet: 21, C8 and BC. RGB value is (33,200,188). Sum of RGB (Red+Green+Blue) = 33+200+188=421 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.84% from 421); Green value is 200 (78.52% from 255 or 47.51% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 200 - color contains mainly: green. Hex color #21C8BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C8BC is #DE3743. Grayscale: #949494. Windows color (decimal): -14563140 or 12372001. OLE color: 12372001.
HSL color Cylindrical-coordinate representation of color #21C8BC: hue angle of 175.69º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C8BC is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 200 | 188 | - |
| CMYK | 0.84 | 0 | 0.06 | 0.22 |
| HSL | 175.69º | 0.72% | 0.46% | - |
| HSV(B) | 175.69º | 0.84% | 0.78% | - |
| XYZ | 30.36 | 45.26 | 54.71 | - |
| YUV | 148.7 | 150.17 | 45.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 200 | 188 | 0.84 | 0 | 0.06 | 0.22 | 175.69 | 0.72 | 0.46 |
| Hex | 21 | C8 | BC | 54 | 0 | 6 | 16 | B0 | 48 | 2E |
| Octal | 41 | 310 | 274 | 124 | 0 | 6 | 26 | 260 | 110 | 56 |
| Binary | 100001 | 11001000 | 10111100 | 1010100 | 0 | 110 | 10110 | 10110000 | 1001000 | 101110 |
Color Harmonies of #21C8BC
Complementary color
Monochromatic Colors of #21C8BC
Black with #21C8BC
Text Example
Text Example
White with #21C8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C8BC; }
p { color: rgb(33,200,188); }
H1.HeaderClassName
{
color: #21C8BC;
}
.AnyTagClassName
{
color: #21C8BC;
}
</style>
background-color css
<style>
a { background-color: #21C8BC; }
a { background-color: rgb(33,200,188); }
div.DivClassName
{
background-color: #21C8BC;
}
.BgClassName
{
background-color: #21C8BC;
}
</style>
border-color css
<style>
span { border-color: #21C8BC; }
span { border-color: rgb(33,200,188); }
td.TdClassName
{
border-color: #21C8BC;
}
.TagClassName
{
border-color: #21C8BC;
}
</style>