Shades of Java #229E9E
Tints of Java #229E9E
RGB
CMYK
RGB Variations
Color information
#229E9E (or 0x229E9E) is known color: Java. HEX triplet: 22, 9E and 9E. RGB value is (34,158,158). Sum of RGB (Red+Green+Blue) = 34+158+158=350 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.71% from 350); Green value is 158 (62.11% from 255 or 45.14% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 158 - color contains mainly: green, blue. Hex color #229E9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229E9E is #DD6161. Grayscale: #787878. Windows color (decimal): -14508386 or 10395170. OLE color: 10395170.
HSL color Cylindrical-coordinate representation of color #229E9E: hue angle of 180º 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 #229E9E is Cyan = 0.78, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 158 | 158 | - |
| CMYK | 0.78 | 0 | 0 | 0.38 |
| HSL | 180º | 0.65% | 0.38% | - |
| HSV(B) | 180º | 0.78% | 0.62% | - |
| XYZ | 19.06 | 27.26 | 36.61 | - |
| YUV | 120.92 | 148.92 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 158 | 158 | 0.78 | 0 | 0 | 0.38 | 180 | 0.65 | 0.38 |
| Hex | 22 | 9E | 9E | 4E | 0 | 0 | 26 | B4 | 41 | 26 |
| Octal | 42 | 236 | 236 | 116 | 0 | 0 | 46 | 264 | 101 | 46 |
| Binary | 100010 | 10011110 | 10011110 | 1001110 | 0 | 0 | 100110 | 10110100 | 1000001 | 100110 |
Color Harmonies of #229E9E
Complementary color
Monochromatic Colors of #229E9E
Black with #229E9E
Text Example
Text Example
White with #229E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229E9E; }
p { color: rgb(34,158,158); }
H1.HeaderClassName
{
color: #229E9E;
}
.AnyTagClassName
{
color: #229E9E;
}
</style>
background-color css
<style>
a { background-color: #229E9E; }
a { background-color: rgb(34,158,158); }
div.DivClassName
{
background-color: #229E9E;
}
.BgClassName
{
background-color: #229E9E;
}
</style>
border-color css
<style>
span { border-color: #229E9E; }
span { border-color: rgb(34,158,158); }
td.TdClassName
{
border-color: #229E9E;
}
.TagClassName
{
border-color: #229E9E;
}
</style>