Shades of Java #22968F
Tints of Java #22968F
RGB
CMYK
RGB Variations
Color information
#22968F (or 0x22968F) is known color: Java. HEX triplet: 22, 96 and 8F. RGB value is (34,150,143). Sum of RGB (Red+Green+Blue) = 34+150+143=327 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.40% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 150 - color contains mainly: green. Hex color #22968F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22968F is #DD6970. Grayscale: #727272. Windows color (decimal): -14510449 or 9410082. OLE color: 9410082.
HSL color Cylindrical-coordinate representation of color #22968F: hue angle of 176.38º 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 #22968F is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 34 | 150 | 143 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.41 |
| HSL | 176.38º | 0.63% | 0.36% | - |
| HSV(B) | 176.38º | 0.77% | 0.59% | - |
| XYZ | 16.52 | 24.14 | 29.77 | - |
| YUV | 114.52 | 144.07 | 70.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 150 | 143 | 0.77 | 0 | 0.05 | 0.41 | 176.38 | 0.63 | 0.36 |
| Hex | 22 | 96 | 8F | 4D | 0 | 5 | 29 | B0 | 3F | 24 |
| Octal | 42 | 226 | 217 | 115 | 0 | 5 | 51 | 260 | 77 | 44 |
| Binary | 100010 | 10010110 | 10001111 | 1001101 | 0 | 101 | 101001 | 10110000 | 111111 | 100100 |
Color Harmonies of #22968F
Complementary color
Monochromatic Colors of #22968F
Black with #22968F
Text Example
Text Example
White with #22968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22968F; }
p { color: rgb(34,150,143); }
H1.HeaderClassName
{
color: #22968F;
}
.AnyTagClassName
{
color: #22968F;
}
</style>
background-color css
<style>
a { background-color: #22968F; }
a { background-color: rgb(34,150,143); }
div.DivClassName
{
background-color: #22968F;
}
.BgClassName
{
background-color: #22968F;
}
</style>
border-color css
<style>
span { border-color: #22968F; }
span { border-color: rgb(34,150,143); }
td.TdClassName
{
border-color: #22968F;
}
.TagClassName
{
border-color: #22968F;
}
</style>