Shades of Java #229896
Tints of Java #229896
RGB
CMYK
RGB Variations
Color information
#229896 (or 0x229896) is known color: Java. HEX triplet: 22, 98 and 96. RGB value is (34,152,150). Sum of RGB (Red+Green+Blue) = 34+152+150=336 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.12% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 152 - color contains mainly: green. Hex color #229896 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229896 is #DD6769. Grayscale: #747474. Windows color (decimal): -14509930 or 9869346. OLE color: 9869346.
HSL color Cylindrical-coordinate representation of color #229896: hue angle of 178.98º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229896 is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 34 | 152 | 150 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.40 |
| HSL | 178.98º | 0.63% | 0.36% | - |
| HSV(B) | 178.98º | 0.78% | 0.6% | - |
| XYZ | 17.39 | 25 | 32.76 | - |
| YUV | 116.49 | 146.91 | 69.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 152 | 150 | 0.78 | 0 | 0.01 | 0.40 | 178.98 | 0.63 | 0.36 |
| Hex | 22 | 98 | 96 | 4E | 0 | 1 | 28 | B3 | 3F | 24 |
| Octal | 42 | 230 | 226 | 116 | 0 | 1 | 50 | 263 | 77 | 44 |
| Binary | 100010 | 10011000 | 10010110 | 1001110 | 0 | 1 | 101000 | 10110011 | 111111 | 100100 |
Color Harmonies of #229896
Complementary color
Monochromatic Colors of #229896
Black with #229896
Text Example
Text Example
White with #229896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229896; }
p { color: rgb(34,152,150); }
H1.HeaderClassName
{
color: #229896;
}
.AnyTagClassName
{
color: #229896;
}
</style>
background-color css
<style>
a { background-color: #229896; }
a { background-color: rgb(34,152,150); }
div.DivClassName
{
background-color: #229896;
}
.BgClassName
{
background-color: #229896;
}
</style>
border-color css
<style>
span { border-color: #229896; }
span { border-color: rgb(34,152,150); }
td.TdClassName
{
border-color: #229896;
}
.TagClassName
{
border-color: #229896;
}
</style>