Shades of Light Sea Green #22CBC2
Tints of Light Sea Green #22CBC2
RGB
CMYK
RGB Variations
Color information
#22CBC2 (or 0x22CBC2) is known color: Light Sea Green. HEX triplet: 22, CB and C2. RGB value is (34,203,194). Sum of RGB (Red+Green+Blue) = 34+203+194=431 (57% of max value = 765). Red value is 34 (13.67% from 255 or 7.89% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 203 - color contains mainly: green. Hex color #22CBC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22CBC2 is #DD343D. Grayscale: #979797. Windows color (decimal): -14496830 or 12765986. OLE color: 12765986.
HSL color Cylindrical-coordinate representation of color #22CBC2: hue angle of 176.8º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22CBC2 is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 203 | 194 | - |
| CMYK | 0.83 | 0 | 0.04 | 0.20 |
| HSL | 176.8º | 0.71% | 0.46% | - |
| HSV(B) | 176.8º | 0.83% | 0.8% | - |
| XYZ | 31.75 | 46.95 | 58.43 | - |
| YUV | 151.44 | 152.01 | 44.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 203 | 194 | 0.83 | 0 | 0.04 | 0.20 | 176.8 | 0.71 | 0.46 |
| Hex | 22 | CB | C2 | 53 | 0 | 4 | 14 | B1 | 47 | 2E |
| Octal | 42 | 313 | 302 | 123 | 0 | 4 | 24 | 261 | 107 | 56 |
| Binary | 100010 | 11001011 | 11000010 | 1010011 | 0 | 100 | 10100 | 10110001 | 1000111 | 101110 |
Color Harmonies of #22CBC2
Complementary color
Monochromatic Colors of #22CBC2
Black with #22CBC2
Text Example
Text Example
White with #22CBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CBC2; }
p { color: rgb(34,203,194); }
H1.HeaderClassName
{
color: #22CBC2;
}
.AnyTagClassName
{
color: #22CBC2;
}
</style>
background-color css
<style>
a { background-color: #22CBC2; }
a { background-color: rgb(34,203,194); }
div.DivClassName
{
background-color: #22CBC2;
}
.BgClassName
{
background-color: #22CBC2;
}
</style>
border-color css
<style>
span { border-color: #22CBC2; }
span { border-color: rgb(34,203,194); }
td.TdClassName
{
border-color: #22CBC2;
}
.TagClassName
{
border-color: #22CBC2;
}
</style>