Shades of Light Sea Green #22CCC0
Tints of Light Sea Green #22CCC0
RGB
CMYK
RGB Variations
Color information
#22CCC0 (or 0x22CCC0) is known color: Light Sea Green. HEX triplet: 22, CC and C0. RGB value is (34,204,192). Sum of RGB (Red+Green+Blue) = 34+204+192=430 (56% of max value = 765). Red value is 34 (13.67% from 255 or 7.91% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 204 - color contains mainly: green. Hex color #22CCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22CCC0 is #DD333F. Grayscale: #979797. Windows color (decimal): -14496576 or 12635170. OLE color: 12635170.
HSL color Cylindrical-coordinate representation of color #22CCC0: hue angle of 175.76º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22CCC0 is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 34 | 204 | 192 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.2 |
| HSL | 175.76º | 0.71% | 0.47% | - |
| HSV(B) | 175.76º | 0.83% | 0.8% | - |
| XYZ | 31.77 | 47.33 | 57.33 | - |
| YUV | 151.8 | 150.68 | 43.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 204 | 192 | 0.83 | 0 | 0.06 | 0.2 | 175.76 | 0.71 | 0.47 |
| Hex | 22 | CC | C0 | 53 | 0 | 6 | 14 | B0 | 47 | 2F |
| Octal | 42 | 314 | 300 | 123 | 0 | 6 | 24 | 260 | 107 | 57 |
| Binary | 100010 | 11001100 | 11000000 | 1010011 | 0 | 110 | 10100 | 10110000 | 1000111 | 101111 |
Color Harmonies of #22CCC0
Complementary color
Monochromatic Colors of #22CCC0
Black with #22CCC0
Text Example
Text Example
White with #22CCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CCC0; }
p { color: rgb(34,204,192); }
H1.HeaderClassName
{
color: #22CCC0;
}
.AnyTagClassName
{
color: #22CCC0;
}
</style>
background-color css
<style>
a { background-color: #22CCC0; }
a { background-color: rgb(34,204,192); }
div.DivClassName
{
background-color: #22CCC0;
}
.BgClassName
{
background-color: #22CCC0;
}
</style>
border-color css
<style>
span { border-color: #22CCC0; }
span { border-color: rgb(34,204,192); }
td.TdClassName
{
border-color: #22CCC0;
}
.TagClassName
{
border-color: #22CCC0;
}
</style>