Shades of Java #229996
Tints of Java #229996
RGB
CMYK
RGB Variations
Color information
#229996 (or 0x229996) is known color: Java. HEX triplet: 22, 99 and 96. RGB value is (34,153,150). Sum of RGB (Red+Green+Blue) = 34+153+150=337 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.09% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 153 - color contains mainly: green. Hex color #229996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229996 is #DD6669. Grayscale: #747474. Windows color (decimal): -14509674 or 9869602. OLE color: 9869602.
HSL color Cylindrical-coordinate representation of color #229996: hue angle of 178.49º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229996 is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 34 | 153 | 150 | - |
| CMYK | 0.78 | 0 | 0.02 | 0.4 |
| HSL | 178.49º | 0.64% | 0.37% | - |
| HSV(B) | 178.49º | 0.78% | 0.6% | - |
| XYZ | 17.56 | 25.32 | 32.82 | - |
| YUV | 117.08 | 146.58 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 153 | 150 | 0.78 | 0 | 0.02 | 0.4 | 178.49 | 0.64 | 0.37 |
| Hex | 22 | 99 | 96 | 4E | 0 | 2 | 28 | B2 | 40 | 25 |
| Octal | 42 | 231 | 226 | 116 | 0 | 2 | 50 | 262 | 100 | 45 |
| Binary | 100010 | 10011001 | 10010110 | 1001110 | 0 | 10 | 101000 | 10110010 | 1000000 | 100101 |
Color Harmonies of #229996
Complementary color
Monochromatic Colors of #229996
Black with #229996
Text Example
Text Example
White with #229996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229996; }
p { color: rgb(34,153,150); }
H1.HeaderClassName
{
color: #229996;
}
.AnyTagClassName
{
color: #229996;
}
</style>
background-color css
<style>
a { background-color: #229996; }
a { background-color: rgb(34,153,150); }
div.DivClassName
{
background-color: #229996;
}
.BgClassName
{
background-color: #229996;
}
</style>
border-color css
<style>
span { border-color: #229996; }
span { border-color: rgb(34,153,150); }
td.TdClassName
{
border-color: #229996;
}
.TagClassName
{
border-color: #229996;
}
</style>