Shades of Light Sea Green #21C5C6
Tints of Light Sea Green #21C5C6
RGB
CMYK
RGB Variations
Color information
#21C5C6 (or 0x21C5C6) is known color: Light Sea Green. HEX triplet: 21, C5 and C6. RGB value is (33,197,198). Sum of RGB (Red+Green+Blue) = 33+197+198=428 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.71% from 428); Green value is 197 (77.34% from 255 or 46.03% from 428); Blue value is 198 (77.73% from 255 or 46.26% from 428); Max value from RGB is 198 - color contains mainly: blue. Hex color #21C5C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C5C6 is #DE3A39. Grayscale: #939393. Windows color (decimal): -14563898 or 13026593. OLE color: 13026593.
HSL color Cylindrical-coordinate representation of color #21C5C6: hue angle of 180.36º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C5C6 is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 197 | 198 | - |
| CMYK | 0.83 | 0.01 | 0 | 0.22 |
| HSL | 180.36º | 0.71% | 0.45% | - |
| HSV(B) | 180.36º | 0.83% | 0.78% | - |
| XYZ | 30.79 | 44.33 | 60.36 | - |
| YUV | 148.08 | 156.17 | 45.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 197 | 198 | 0.83 | 0.01 | 0 | 0.22 | 180.36 | 0.71 | 0.45 |
| Hex | 21 | C5 | C6 | 53 | 1 | 0 | 16 | B4 | 47 | 2D |
| Octal | 41 | 305 | 306 | 123 | 1 | 0 | 26 | 264 | 107 | 55 |
| Binary | 100001 | 11000101 | 11000110 | 1010011 | 1 | 0 | 10110 | 10110100 | 1000111 | 101101 |
Color Harmonies of #21C5C6
Complementary color
Monochromatic Colors of #21C5C6
Black with #21C5C6
Text Example
Text Example
White with #21C5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C5C6; }
p { color: rgb(33,197,198); }
H1.HeaderClassName
{
color: #21C5C6;
}
.AnyTagClassName
{
color: #21C5C6;
}
</style>
background-color css
<style>
a { background-color: #21C5C6; }
a { background-color: rgb(33,197,198); }
div.DivClassName
{
background-color: #21C5C6;
}
.BgClassName
{
background-color: #21C5C6;
}
</style>
border-color css
<style>
span { border-color: #21C5C6; }
span { border-color: rgb(33,197,198); }
td.TdClassName
{
border-color: #21C5C6;
}
.TagClassName
{
border-color: #21C5C6;
}
</style>