Shades of Light Sea Green #22CAB0
Tints of Light Sea Green #22CAB0
RGB
CMYK
RGB Variations
Color information
#22CAB0 (or 0x22CAB0) is known color: Light Sea Green. HEX triplet: 22, CA and B0. RGB value is (34,202,176). Sum of RGB (Red+Green+Blue) = 34+202+176=412 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.25% from 412); Green value is 202 (79.30% from 255 or 49.03% from 412); Blue value is 176 (69.14% from 255 or 42.72% from 412); Max value from RGB is 202 - color contains mainly: green. Hex color #22CAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22CAB0 is #DD354F. Grayscale: #949494. Windows color (decimal): -14497104 or 11586082. OLE color: 11586082.
HSL color Cylindrical-coordinate representation of color #22CAB0: hue angle of 170.71º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22CAB0 is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 202 | 176 | - |
| CMYK | 0.83 | 0 | 0.13 | 0.21 |
| HSL | 170.71º | 0.71% | 0.46% | - |
| HSV(B) | 170.71º | 0.83% | 0.79% | - |
| XYZ | 29.62 | 45.72 | 48.34 | - |
| YUV | 148.8 | 143.34 | 46.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 202 | 176 | 0.83 | 0 | 0.13 | 0.21 | 170.71 | 0.71 | 0.46 |
| Hex | 22 | CA | B0 | 53 | 0 | D | 15 | AB | 47 | 2E |
| Octal | 42 | 312 | 260 | 123 | 0 | 15 | 25 | 253 | 107 | 56 |
| Binary | 100010 | 11001010 | 10110000 | 1010011 | 0 | 1101 | 10101 | 10101011 | 1000111 | 101110 |
Color Harmonies of #22CAB0
Complementary color
Monochromatic Colors of #22CAB0
Black with #22CAB0
Text Example
Text Example
White with #22CAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CAB0; }
p { color: rgb(34,202,176); }
H1.HeaderClassName
{
color: #22CAB0;
}
.AnyTagClassName
{
color: #22CAB0;
}
</style>
background-color css
<style>
a { background-color: #22CAB0; }
a { background-color: rgb(34,202,176); }
div.DivClassName
{
background-color: #22CAB0;
}
.BgClassName
{
background-color: #22CAB0;
}
</style>
border-color css
<style>
span { border-color: #22CAB0; }
span { border-color: rgb(34,202,176); }
td.TdClassName
{
border-color: #22CAB0;
}
.TagClassName
{
border-color: #22CAB0;
}
</style>