Shades of Medium Sea Green #22BB70
Tints of Medium Sea Green #22BB70
RGB
CMYK
RGB Variations
Color information
#22BB70 (or 0x22BB70) is known color: Medium Sea Green. HEX triplet: 22, BB and 70. RGB value is (34,187,112). Sum of RGB (Red+Green+Blue) = 34+187+112=333 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.21% from 333); Green value is 187 (73.44% from 255 or 56.16% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 187 - color contains mainly: green. Hex color #22BB70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #22BB70 is #DD448F. Grayscale: #848484. Windows color (decimal): -14501008 or 7387938. OLE color: 7387938.
HSL color Cylindrical-coordinate representation of color #22BB70: hue angle of 150.59º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22BB70 is Cyan = 0.82, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 34 | 187 | 112 | - |
| CMYK | 0.82 | 0 | 0.40 | 0.27 |
| HSL | 150.59º | 0.69% | 0.43% | - |
| HSV(B) | 150.59º | 0.82% | 0.73% | - |
| XYZ | 21.35 | 37.05 | 21.36 | - |
| YUV | 132.7 | 116.31 | 57.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 187 | 112 | 0.82 | 0 | 0.40 | 0.27 | 150.59 | 0.69 | 0.43 |
| Hex | 22 | BB | 70 | 52 | 0 | 28 | 1B | 97 | 45 | 2B |
| Octal | 42 | 273 | 160 | 122 | 0 | 50 | 33 | 227 | 105 | 53 |
| Binary | 100010 | 10111011 | 1110000 | 1010010 | 0 | 101000 | 11011 | 10010111 | 1000101 | 101011 |
Color Harmonies of #22BB70
Complementary color
Monochromatic Colors of #22BB70
Black with #22BB70
Text Example
Text Example
White with #22BB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BB70; }
p { color: rgb(34,187,112); }
H1.HeaderClassName
{
color: #22BB70;
}
.AnyTagClassName
{
color: #22BB70;
}
</style>
background-color css
<style>
a { background-color: #22BB70; }
a { background-color: rgb(34,187,112); }
div.DivClassName
{
background-color: #22BB70;
}
.BgClassName
{
background-color: #22BB70;
}
</style>
border-color css
<style>
span { border-color: #22BB70; }
span { border-color: rgb(34,187,112); }
td.TdClassName
{
border-color: #22BB70;
}
.TagClassName
{
border-color: #22BB70;
}
</style>