Shades of Light Sea Green #22C7C2
Tints of Light Sea Green #22C7C2
RGB
CMYK
RGB Variations
Color information
#22C7C2 (or 0x22C7C2) is known color: Light Sea Green. HEX triplet: 22, C7 and C2. RGB value is (34,199,194). Sum of RGB (Red+Green+Blue) = 34+199+194=427 (56% of max value = 765). Red value is 34 (13.67% from 255 or 7.96% from 427); Green value is 199 (78.12% from 255 or 46.60% from 427); Blue value is 194 (76.17% from 255 or 45.43% from 427); Max value from RGB is 199 - color contains mainly: green. Hex color #22C7C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22C7C2 is #DD383D. Grayscale: #949494. Windows color (decimal): -14497854 or 12764962. OLE color: 12764962.
HSL color Cylindrical-coordinate representation of color #22C7C2: hue angle of 178.18º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22C7C2 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 199 | 194 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.22 |
| HSL | 178.18º | 0.71% | 0.46% | - |
| HSV(B) | 178.18º | 0.83% | 0.78% | - |
| XYZ | 30.82 | 45.08 | 58.12 | - |
| YUV | 149.1 | 153.34 | 45.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 199 | 194 | 0.83 | 0 | 0.03 | 0.22 | 178.18 | 0.71 | 0.46 |
| Hex | 22 | C7 | C2 | 53 | 0 | 3 | 16 | B2 | 47 | 2E |
| Octal | 42 | 307 | 302 | 123 | 0 | 3 | 26 | 262 | 107 | 56 |
| Binary | 100010 | 11000111 | 11000010 | 1010011 | 0 | 11 | 10110 | 10110010 | 1000111 | 101110 |
Color Harmonies of #22C7C2
Complementary color
Monochromatic Colors of #22C7C2
Black with #22C7C2
Text Example
Text Example
White with #22C7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C7C2; }
p { color: rgb(34,199,194); }
H1.HeaderClassName
{
color: #22C7C2;
}
.AnyTagClassName
{
color: #22C7C2;
}
</style>
background-color css
<style>
a { background-color: #22C7C2; }
a { background-color: rgb(34,199,194); }
div.DivClassName
{
background-color: #22C7C2;
}
.BgClassName
{
background-color: #22C7C2;
}
</style>
border-color css
<style>
span { border-color: #22C7C2; }
span { border-color: rgb(34,199,194); }
td.TdClassName
{
border-color: #22C7C2;
}
.TagClassName
{
border-color: #22C7C2;
}
</style>