Shades of Light Sea Green #21C9C2
Tints of Light Sea Green #21C9C2
RGB
CMYK
RGB Variations
Color information
#21C9C2 (or 0x21C9C2) is known color: Light Sea Green. HEX triplet: 21, C9 and C2. RGB value is (33,201,194). Sum of RGB (Red+Green+Blue) = 33+201+194=428 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.71% from 428); Green value is 201 (78.91% from 255 or 46.96% from 428); Blue value is 194 (76.17% from 255 or 45.33% from 428); Max value from RGB is 201 - color contains mainly: green. Hex color #21C9C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C9C2 is #DE363D. Grayscale: #959595. Windows color (decimal): -14562878 or 12765473. OLE color: 12765473.
HSL color Cylindrical-coordinate representation of color #21C9C2: hue angle of 177.5º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21C9C2 is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 201 | 194 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.21 |
| HSL | 177.5º | 0.72% | 0.46% | - |
| HSV(B) | 177.5º | 0.84% | 0.79% | - |
| XYZ | 31.25 | 45.99 | 58.27 | - |
| YUV | 149.97 | 152.84 | 44.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 201 | 194 | 0.84 | 0 | 0.03 | 0.21 | 177.5 | 0.72 | 0.46 |
| Hex | 21 | C9 | C2 | 54 | 0 | 3 | 15 | B2 | 48 | 2E |
| Octal | 41 | 311 | 302 | 124 | 0 | 3 | 25 | 262 | 110 | 56 |
| Binary | 100001 | 11001001 | 11000010 | 1010100 | 0 | 11 | 10101 | 10110010 | 1001000 | 101110 |
Color Harmonies of #21C9C2
Complementary color
Monochromatic Colors of #21C9C2
Black with #21C9C2
Text Example
Text Example
White with #21C9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C9C2; }
p { color: rgb(33,201,194); }
H1.HeaderClassName
{
color: #21C9C2;
}
.AnyTagClassName
{
color: #21C9C2;
}
</style>
background-color css
<style>
a { background-color: #21C9C2; }
a { background-color: rgb(33,201,194); }
div.DivClassName
{
background-color: #21C9C2;
}
.BgClassName
{
background-color: #21C9C2;
}
</style>
border-color css
<style>
span { border-color: #21C9C2; }
span { border-color: rgb(33,201,194); }
td.TdClassName
{
border-color: #21C9C2;
}
.TagClassName
{
border-color: #21C9C2;
}
</style>