Shades of Light Sea Green #22C2B4
Tints of Light Sea Green #22C2B4
RGB
CMYK
RGB Variations
Color information
#22C2B4 (or 0x22C2B4) is known color: Light Sea Green. HEX triplet: 22, C2 and B4. RGB value is (34,194,180). Sum of RGB (Red+Green+Blue) = 34+194+180=408 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.33% from 408); Green value is 194 (76.17% from 255 or 47.55% from 408); Blue value is 180 (70.70% from 255 or 44.12% from 408); Max value from RGB is 194 - color contains mainly: green. Hex color #22C2B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22C2B4 is #DD3D4B. Grayscale: #909090. Windows color (decimal): -14499148 or 11846178. OLE color: 11846178.
HSL color Cylindrical-coordinate representation of color #22C2B4: hue angle of 174.75º 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 #22C2B4 is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 194 | 180 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.24 |
| HSL | 174.75º | 0.7% | 0.45% | - |
| HSV(B) | 174.75º | 0.82% | 0.76% | - |
| XYZ | 28.19 | 42.22 | 49.84 | - |
| YUV | 144.56 | 147.99 | 49.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 194 | 180 | 0.82 | 0 | 0.07 | 0.24 | 174.75 | 0.7 | 0.45 |
| Hex | 22 | C2 | B4 | 52 | 0 | 7 | 18 | AF | 46 | 2D |
| Octal | 42 | 302 | 264 | 122 | 0 | 7 | 30 | 257 | 106 | 55 |
| Binary | 100010 | 11000010 | 10110100 | 1010010 | 0 | 111 | 11000 | 10101111 | 1000110 | 101101 |
Color Harmonies of #22C2B4
Complementary color
Monochromatic Colors of #22C2B4
Black with #22C2B4
Text Example
Text Example
White with #22C2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C2B4; }
p { color: rgb(34,194,180); }
H1.HeaderClassName
{
color: #22C2B4;
}
.AnyTagClassName
{
color: #22C2B4;
}
</style>
background-color css
<style>
a { background-color: #22C2B4; }
a { background-color: rgb(34,194,180); }
div.DivClassName
{
background-color: #22C2B4;
}
.BgClassName
{
background-color: #22C2B4;
}
</style>
border-color css
<style>
span { border-color: #22C2B4; }
span { border-color: rgb(34,194,180); }
td.TdClassName
{
border-color: #22C2B4;
}
.TagClassName
{
border-color: #22C2B4;
}
</style>