Shades of Java #22978C
Tints of Java #22978C
RGB
CMYK
RGB Variations
Color information
#22978C (or 0x22978C) is known color: Java. HEX triplet: 22, 97 and 8C. RGB value is (34,151,140). Sum of RGB (Red+Green+Blue) = 34+151+140=325 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.46% from 325); Green value is 151 (59.38% from 255 or 46.46% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 151 - color contains mainly: green. Hex color #22978C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22978C is #DD6873. Grayscale: #727272. Windows color (decimal): -14510196 or 9213730. OLE color: 9213730.
HSL color Cylindrical-coordinate representation of color #22978C: hue angle of 174.36º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #22978C is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 34 | 151 | 140 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.41 |
| HSL | 174.36º | 0.63% | 0.36% | - |
| HSV(B) | 174.36º | 0.77% | 0.59% | - |
| XYZ | 16.46 | 24.37 | 28.65 | - |
| YUV | 114.76 | 142.24 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 151 | 140 | 0.77 | 0 | 0.07 | 0.41 | 174.36 | 0.63 | 0.36 |
| Hex | 22 | 97 | 8C | 4D | 0 | 7 | 29 | AE | 3F | 24 |
| Octal | 42 | 227 | 214 | 115 | 0 | 7 | 51 | 256 | 77 | 44 |
| Binary | 100010 | 10010111 | 10001100 | 1001101 | 0 | 111 | 101001 | 10101110 | 111111 | 100100 |
Color Harmonies of #22978C
Complementary color
Monochromatic Colors of #22978C
Black with #22978C
Text Example
Text Example
White with #22978C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22978C; }
p { color: rgb(34,151,140); }
H1.HeaderClassName
{
color: #22978C;
}
.AnyTagClassName
{
color: #22978C;
}
</style>
background-color css
<style>
a { background-color: #22978C; }
a { background-color: rgb(34,151,140); }
div.DivClassName
{
background-color: #22978C;
}
.BgClassName
{
background-color: #22978C;
}
</style>
border-color css
<style>
span { border-color: #22978C; }
span { border-color: rgb(34,151,140); }
td.TdClassName
{
border-color: #22978C;
}
.TagClassName
{
border-color: #22978C;
}
</style>