Shades of Light Sea Green #21CAC1
Tints of Light Sea Green #21CAC1
RGB
CMYK
RGB Variations
Color information
#21CAC1 (or 0x21CAC1) is known color: Light Sea Green. HEX triplet: 21, CA and C1. RGB value is (33,202,193). Sum of RGB (Red+Green+Blue) = 33+202+193=428 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.71% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 193 (75.78% from 255 or 45.09% from 428); Max value from RGB is 202 - color contains mainly: green. Hex color #21CAC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CAC1 is #DE353E. Grayscale: #969696. Windows color (decimal): -14562623 or 12700193. OLE color: 12700193.
HSL color Cylindrical-coordinate representation of color #21CAC1: hue angle of 176.8º 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 #21CAC1 is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 202 | 193 | - |
| CMYK | 0.84 | 0 | 0.04 | 0.21 |
| HSL | 176.8º | 0.72% | 0.46% | - |
| HSV(B) | 176.8º | 0.84% | 0.79% | - |
| XYZ | 31.37 | 46.41 | 57.76 | - |
| YUV | 150.44 | 152.01 | 44.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 202 | 193 | 0.84 | 0 | 0.04 | 0.21 | 176.8 | 0.72 | 0.46 |
| Hex | 21 | CA | C1 | 54 | 0 | 4 | 15 | B1 | 48 | 2E |
| Octal | 41 | 312 | 301 | 124 | 0 | 4 | 25 | 261 | 110 | 56 |
| Binary | 100001 | 11001010 | 11000001 | 1010100 | 0 | 100 | 10101 | 10110001 | 1001000 | 101110 |
Color Harmonies of #21CAC1
Complementary color
Monochromatic Colors of #21CAC1
Black with #21CAC1
Text Example
Text Example
White with #21CAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CAC1; }
p { color: rgb(33,202,193); }
H1.HeaderClassName
{
color: #21CAC1;
}
.AnyTagClassName
{
color: #21CAC1;
}
</style>
background-color css
<style>
a { background-color: #21CAC1; }
a { background-color: rgb(33,202,193); }
div.DivClassName
{
background-color: #21CAC1;
}
.BgClassName
{
background-color: #21CAC1;
}
</style>
border-color css
<style>
span { border-color: #21CAC1; }
span { border-color: rgb(33,202,193); }
td.TdClassName
{
border-color: #21CAC1;
}
.TagClassName
{
border-color: #21CAC1;
}
</style>