Shades of Java #229A9E
Tints of Java #229A9E
RGB
CMYK
RGB Variations
Color information
#229A9E (or 0x229A9E) is known color: Java. HEX triplet: 22, 9A and 9E. RGB value is (34,154,158). Sum of RGB (Red+Green+Blue) = 34+154+158=346 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.83% from 346); Green value is 154 (60.55% from 255 or 44.51% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 158 - color contains mainly: blue. Hex color #229A9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229A9E is #DD6561. Grayscale: #767676. Windows color (decimal): -14509410 or 10394146. OLE color: 10394146.
HSL color Cylindrical-coordinate representation of color #229A9E: hue angle of 181.94º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229A9E is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 154 | 158 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.38 |
| HSL | 181.94º | 0.65% | 0.38% | - |
| HSV(B) | 181.94º | 0.78% | 0.62% | - |
| XYZ | 18.39 | 25.92 | 36.38 | - |
| YUV | 118.58 | 150.24 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 154 | 158 | 0.78 | 0.03 | 0 | 0.38 | 181.94 | 0.65 | 0.38 |
| Hex | 22 | 9A | 9E | 4E | 3 | 0 | 26 | B6 | 41 | 26 |
| Octal | 42 | 232 | 236 | 116 | 3 | 0 | 46 | 266 | 101 | 46 |
| Binary | 100010 | 10011010 | 10011110 | 1001110 | 11 | 0 | 100110 | 10110110 | 1000001 | 100110 |
Color Harmonies of #229A9E
Complementary color
Monochromatic Colors of #229A9E
Black with #229A9E
Text Example
Text Example
White with #229A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229A9E; }
p { color: rgb(34,154,158); }
H1.HeaderClassName
{
color: #229A9E;
}
.AnyTagClassName
{
color: #229A9E;
}
</style>
background-color css
<style>
a { background-color: #229A9E; }
a { background-color: rgb(34,154,158); }
div.DivClassName
{
background-color: #229A9E;
}
.BgClassName
{
background-color: #229A9E;
}
</style>
border-color css
<style>
span { border-color: #229A9E; }
span { border-color: rgb(34,154,158); }
td.TdClassName
{
border-color: #229A9E;
}
.TagClassName
{
border-color: #229A9E;
}
</style>