Shades of Light Sea Green #21C0A7
Tints of Light Sea Green #21C0A7
RGB
CMYK
RGB Variations
Color information
#21C0A7 (or 0x21C0A7) is known color: Light Sea Green. HEX triplet: 21, C0 and A7. RGB value is (33,192,167). Sum of RGB (Red+Green+Blue) = 33+192+167=392 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.42% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 167 (65.62% from 255 or 42.60% from 392); Max value from RGB is 192 - color contains mainly: green. Hex color #21C0A7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21C0A7 is #DE3F58. Grayscale: #8D8D8D. Windows color (decimal): -14565209 or 10993697. OLE color: 10993697.
HSL color Cylindrical-coordinate representation of color #21C0A7: hue angle of 170.57º 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 #21C0A7 is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 192 | 167 | - |
| CMYK | 0.83 | 0 | 0.13 | 0.25 |
| HSL | 170.57º | 0.71% | 0.44% | - |
| HSV(B) | 170.57º | 0.83% | 0.75% | - |
| XYZ | 26.45 | 40.81 | 43.04 | - |
| YUV | 141.61 | 142.32 | 50.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 192 | 167 | 0.83 | 0 | 0.13 | 0.25 | 170.57 | 0.71 | 0.44 |
| Hex | 21 | C0 | A7 | 53 | 0 | D | 19 | AB | 47 | 2C |
| Octal | 41 | 300 | 247 | 123 | 0 | 15 | 31 | 253 | 107 | 54 |
| Binary | 100001 | 11000000 | 10100111 | 1010011 | 0 | 1101 | 11001 | 10101011 | 1000111 | 101100 |
Color Harmonies of #21C0A7
Complementary color
Monochromatic Colors of #21C0A7
Black with #21C0A7
Text Example
Text Example
White with #21C0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C0A7; }
p { color: rgb(33,192,167); }
H1.HeaderClassName
{
color: #21C0A7;
}
.AnyTagClassName
{
color: #21C0A7;
}
</style>
background-color css
<style>
a { background-color: #21C0A7; }
a { background-color: rgb(33,192,167); }
div.DivClassName
{
background-color: #21C0A7;
}
.BgClassName
{
background-color: #21C0A7;
}
</style>
border-color css
<style>
span { border-color: #21C0A7; }
span { border-color: rgb(33,192,167); }
td.TdClassName
{
border-color: #21C0A7;
}
.TagClassName
{
border-color: #21C0A7;
}
</style>