Shades of Light Sea Green #22C2B2
Tints of Light Sea Green #22C2B2
RGB
CMYK
RGB Variations
Color information
#22C2B2 (or 0x22C2B2) is known color: Light Sea Green. HEX triplet: 22, C2 and B2. RGB value is (34,194,178). Sum of RGB (Red+Green+Blue) = 34+194+178=406 (53% of max value = 765). Red value is 34 (13.67% from 255 or 8.37% from 406); Green value is 194 (76.17% from 255 or 47.78% from 406); Blue value is 178 (69.92% from 255 or 43.84% from 406); Max value from RGB is 194 - color contains mainly: green. Hex color #22C2B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22C2B2 is #DD3D4D. Grayscale: #909090. Windows color (decimal): -14499150 or 11715106. OLE color: 11715106.
HSL color Cylindrical-coordinate representation of color #22C2B2: hue angle of 174º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22C2B2 is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 194 | 178 | - |
| CMYK | 0.82 | 0 | 0.08 | 0.24 |
| HSL | 174º | 0.7% | 0.45% | - |
| HSV(B) | 174º | 0.82% | 0.76% | - |
| XYZ | 27.99 | 42.14 | 48.78 | - |
| YUV | 144.34 | 146.99 | 49.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 194 | 178 | 0.82 | 0 | 0.08 | 0.24 | 174 | 0.7 | 0.45 |
| Hex | 22 | C2 | B2 | 52 | 0 | 8 | 18 | AE | 46 | 2D |
| Octal | 42 | 302 | 262 | 122 | 0 | 10 | 30 | 256 | 106 | 55 |
| Binary | 100010 | 11000010 | 10110010 | 1010010 | 0 | 1000 | 11000 | 10101110 | 1000110 | 101101 |
Color Harmonies of #22C2B2
Complementary color
Monochromatic Colors of #22C2B2
Black with #22C2B2
Text Example
Text Example
White with #22C2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C2B2; }
p { color: rgb(34,194,178); }
H1.HeaderClassName
{
color: #22C2B2;
}
.AnyTagClassName
{
color: #22C2B2;
}
</style>
background-color css
<style>
a { background-color: #22C2B2; }
a { background-color: rgb(34,194,178); }
div.DivClassName
{
background-color: #22C2B2;
}
.BgClassName
{
background-color: #22C2B2;
}
</style>
border-color css
<style>
span { border-color: #22C2B2; }
span { border-color: rgb(34,194,178); }
td.TdClassName
{
border-color: #22C2B2;
}
.TagClassName
{
border-color: #22C2B2;
}
</style>