Shades of Java #22968A
Tints of Java #22968A
RGB
CMYK
RGB Variations
Color information
#22968A (or 0x22968A) is known color: Java. HEX triplet: 22, 96 and 8A. RGB value is (34,150,138). Sum of RGB (Red+Green+Blue) = 34+150+138=322 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.56% from 322); Green value is 150 (58.98% from 255 or 46.58% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 150 - color contains mainly: green. Hex color #22968A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22968A is #DD6975. Grayscale: #717171. Windows color (decimal): -14510454 or 9082402. OLE color: 9082402.
HSL color Cylindrical-coordinate representation of color #22968A: hue angle of 173.79º 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 #22968A is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 34 | 150 | 138 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.41 |
| HSL | 173.79º | 0.63% | 0.36% | - |
| HSV(B) | 173.79º | 0.77% | 0.59% | - |
| XYZ | 16.15 | 23.99 | 27.82 | - |
| YUV | 113.95 | 141.57 | 70.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 150 | 138 | 0.77 | 0 | 0.08 | 0.41 | 173.79 | 0.63 | 0.36 |
| Hex | 22 | 96 | 8A | 4D | 0 | 8 | 29 | AE | 3F | 24 |
| Octal | 42 | 226 | 212 | 115 | 0 | 10 | 51 | 256 | 77 | 44 |
| Binary | 100010 | 10010110 | 10001010 | 1001101 | 0 | 1000 | 101001 | 10101110 | 111111 | 100100 |
Color Harmonies of #22968A
Complementary color
Monochromatic Colors of #22968A
Black with #22968A
Text Example
Text Example
White with #22968A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22968A; }
p { color: rgb(34,150,138); }
H1.HeaderClassName
{
color: #22968A;
}
.AnyTagClassName
{
color: #22968A;
}
</style>
background-color css
<style>
a { background-color: #22968A; }
a { background-color: rgb(34,150,138); }
div.DivClassName
{
background-color: #22968A;
}
.BgClassName
{
background-color: #22968A;
}
</style>
border-color css
<style>
span { border-color: #22968A; }
span { border-color: rgb(34,150,138); }
td.TdClassName
{
border-color: #22968A;
}
.TagClassName
{
border-color: #22968A;
}
</style>