Shades of Java #229E9A
Tints of Java #229E9A
RGB
CMYK
RGB Variations
Color information
#229E9A (or 0x229E9A) is known color: Java. HEX triplet: 22, 9E and 9A. RGB value is (34,158,154). Sum of RGB (Red+Green+Blue) = 34+158+154=346 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.83% from 346); Green value is 158 (62.11% from 255 or 45.66% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 158 - color contains mainly: green. Hex color #229E9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229E9A is #DD6165. Grayscale: #787878. Windows color (decimal): -14508390 or 10133026. OLE color: 10133026.
HSL color Cylindrical-coordinate representation of color #229E9A: hue angle of 178.06º 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 #229E9A is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 158 | 154 | - |
| CMYK | 0.78 | 0 | 0.03 | 0.38 |
| HSL | 178.06º | 0.65% | 0.38% | - |
| HSV(B) | 178.06º | 0.78% | 0.62% | - |
| XYZ | 18.72 | 27.13 | 34.82 | - |
| YUV | 120.47 | 146.92 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 158 | 154 | 0.78 | 0 | 0.03 | 0.38 | 178.06 | 0.65 | 0.38 |
| Hex | 22 | 9E | 9A | 4E | 0 | 3 | 26 | B2 | 41 | 26 |
| Octal | 42 | 236 | 232 | 116 | 0 | 3 | 46 | 262 | 101 | 46 |
| Binary | 100010 | 10011110 | 10011010 | 1001110 | 0 | 11 | 100110 | 10110010 | 1000001 | 100110 |
Color Harmonies of #229E9A
Complementary color
Monochromatic Colors of #229E9A
Black with #229E9A
Text Example
Text Example
White with #229E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229E9A; }
p { color: rgb(34,158,154); }
H1.HeaderClassName
{
color: #229E9A;
}
.AnyTagClassName
{
color: #229E9A;
}
</style>
background-color css
<style>
a { background-color: #229E9A; }
a { background-color: rgb(34,158,154); }
div.DivClassName
{
background-color: #229E9A;
}
.BgClassName
{
background-color: #229E9A;
}
</style>
border-color css
<style>
span { border-color: #229E9A; }
span { border-color: rgb(34,158,154); }
td.TdClassName
{
border-color: #229E9A;
}
.TagClassName
{
border-color: #229E9A;
}
</style>