Shades of Java #22908C
Tints of Java #22908C
RGB
CMYK
RGB Variations
Color information
#22908C (or 0x22908C) is known color: Java. HEX triplet: 22, 90 and 8C. RGB value is (34,144,140). Sum of RGB (Red+Green+Blue) = 34+144+140=318 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.69% from 318); Green value is 144 (56.64% from 255 or 45.28% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 144 - color contains mainly: green. Hex color #22908C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22908C is #DD6F73. Grayscale: #6E6E6E. Windows color (decimal): -14511988 or 9211938. OLE color: 9211938.
HSL color Cylindrical-coordinate representation of color #22908C: hue angle of 177.82º 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 #22908C is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 144 | 140 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.44 |
| HSL | 177.82º | 0.62% | 0.35% | - |
| HSV(B) | 177.82º | 0.76% | 0.56% | - |
| XYZ | 15.37 | 22.18 | 28.28 | - |
| YUV | 110.65 | 144.56 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 144 | 140 | 0.76 | 0 | 0.03 | 0.44 | 177.82 | 0.62 | 0.35 |
| Hex | 22 | 90 | 8C | 4C | 0 | 3 | 2C | B2 | 3E | 23 |
| Octal | 42 | 220 | 214 | 114 | 0 | 3 | 54 | 262 | 76 | 43 |
| Binary | 100010 | 10010000 | 10001100 | 1001100 | 0 | 11 | 101100 | 10110010 | 111110 | 100011 |
Color Harmonies of #22908C
Complementary color
Monochromatic Colors of #22908C
Black with #22908C
Text Example
Text Example
White with #22908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22908C; }
p { color: rgb(34,144,140); }
H1.HeaderClassName
{
color: #22908C;
}
.AnyTagClassName
{
color: #22908C;
}
</style>
background-color css
<style>
a { background-color: #22908C; }
a { background-color: rgb(34,144,140); }
div.DivClassName
{
background-color: #22908C;
}
.BgClassName
{
background-color: #22908C;
}
</style>
border-color css
<style>
span { border-color: #22908C; }
span { border-color: rgb(34,144,140); }
td.TdClassName
{
border-color: #22908C;
}
.TagClassName
{
border-color: #22908C;
}
</style>