Shades of Java #22908B
Tints of Java #22908B
RGB
CMYK
RGB Variations
Color information
#22908B (or 0x22908B) is known color: Java. HEX triplet: 22, 90 and 8B. RGB value is (34,144,139). Sum of RGB (Red+Green+Blue) = 34+144+139=317 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.73% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 144 - color contains mainly: green. Hex color #22908B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22908B is #DD6F74. Grayscale: #6E6E6E. Windows color (decimal): -14511989 or 9146402. OLE color: 9146402.
HSL color Cylindrical-coordinate representation of color #22908B: hue angle of 177.27º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #22908B is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 144 | 139 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.44 |
| HSL | 177.27º | 0.62% | 0.35% | - |
| HSV(B) | 177.27º | 0.76% | 0.56% | - |
| XYZ | 15.29 | 22.15 | 27.9 | - |
| YUV | 110.54 | 144.06 | 73.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 144 | 139 | 0.76 | 0 | 0.03 | 0.44 | 177.27 | 0.62 | 0.35 |
| Hex | 22 | 90 | 8B | 4C | 0 | 3 | 2C | B1 | 3E | 23 |
| Octal | 42 | 220 | 213 | 114 | 0 | 3 | 54 | 261 | 76 | 43 |
| Binary | 100010 | 10010000 | 10001011 | 1001100 | 0 | 11 | 101100 | 10110001 | 111110 | 100011 |
Color Harmonies of #22908B
Complementary color
Monochromatic Colors of #22908B
Black with #22908B
Text Example
Text Example
White with #22908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22908B; }
p { color: rgb(34,144,139); }
H1.HeaderClassName
{
color: #22908B;
}
.AnyTagClassName
{
color: #22908B;
}
</style>
background-color css
<style>
a { background-color: #22908B; }
a { background-color: rgb(34,144,139); }
div.DivClassName
{
background-color: #22908B;
}
.BgClassName
{
background-color: #22908B;
}
</style>
border-color css
<style>
span { border-color: #22908B; }
span { border-color: rgb(34,144,139); }
td.TdClassName
{
border-color: #22908B;
}
.TagClassName
{
border-color: #22908B;
}
</style>