Shades of Light Sea Green #22C0BD
Tints of Light Sea Green #22C0BD
RGB
CMYK
RGB Variations
Color information
#22C0BD (or 0x22C0BD) is known color: Light Sea Green. HEX triplet: 22, C0 and BD. RGB value is (34,192,189). Sum of RGB (Red+Green+Blue) = 34+192+189=415 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.19% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 192 - color contains mainly: green. Hex color #22C0BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22C0BD is #DD3F42. Grayscale: #909090. Windows color (decimal): -14499651 or 12435490. OLE color: 12435490.
HSL color Cylindrical-coordinate representation of color #22C0BD: hue angle of 178.86º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22C0BD is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 192 | 189 | - |
| CMYK | 0.82 | 0 | 0.02 | 0.25 |
| HSL | 178.86º | 0.7% | 0.44% | - |
| HSV(B) | 178.86º | 0.82% | 0.75% | - |
| XYZ | 28.69 | 41.71 | 54.68 | - |
| YUV | 144.42 | 153.15 | 49.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 192 | 189 | 0.82 | 0 | 0.02 | 0.25 | 178.86 | 0.7 | 0.44 |
| Hex | 22 | C0 | BD | 52 | 0 | 2 | 19 | B3 | 46 | 2C |
| Octal | 42 | 300 | 275 | 122 | 0 | 2 | 31 | 263 | 106 | 54 |
| Binary | 100010 | 11000000 | 10111101 | 1010010 | 0 | 10 | 11001 | 10110011 | 1000110 | 101100 |
Color Harmonies of #22C0BD
Complementary color
Monochromatic Colors of #22C0BD
Black with #22C0BD
Text Example
Text Example
White with #22C0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C0BD; }
p { color: rgb(34,192,189); }
H1.HeaderClassName
{
color: #22C0BD;
}
.AnyTagClassName
{
color: #22C0BD;
}
</style>
background-color css
<style>
a { background-color: #22C0BD; }
a { background-color: rgb(34,192,189); }
div.DivClassName
{
background-color: #22C0BD;
}
.BgClassName
{
background-color: #22C0BD;
}
</style>
border-color css
<style>
span { border-color: #22C0BD; }
span { border-color: rgb(34,192,189); }
td.TdClassName
{
border-color: #22C0BD;
}
.TagClassName
{
border-color: #22C0BD;
}
</style>