Shades of Java #22998C
Tints of Java #22998C
RGB
CMYK
RGB Variations
Color information
#22998C (or 0x22998C) is known color: Java. HEX triplet: 22, 99 and 8C. RGB value is (34,153,140). Sum of RGB (Red+Green+Blue) = 34+153+140=327 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.40% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 153 - color contains mainly: green. Hex color #22998C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22998C is #DD6673. Grayscale: #737373. Windows color (decimal): -14509684 or 9214242. OLE color: 9214242.
HSL color Cylindrical-coordinate representation of color #22998C: hue angle of 173.45º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22998C is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 34 | 153 | 140 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.4 |
| HSL | 173.45º | 0.64% | 0.37% | - |
| HSV(B) | 173.45º | 0.78% | 0.6% | - |
| XYZ | 16.78 | 25.02 | 28.75 | - |
| YUV | 115.94 | 141.58 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 153 | 140 | 0.78 | 0 | 0.08 | 0.4 | 173.45 | 0.64 | 0.37 |
| Hex | 22 | 99 | 8C | 4E | 0 | 8 | 28 | AD | 40 | 25 |
| Octal | 42 | 231 | 214 | 116 | 0 | 10 | 50 | 255 | 100 | 45 |
| Binary | 100010 | 10011001 | 10001100 | 1001110 | 0 | 1000 | 101000 | 10101101 | 1000000 | 100101 |
Color Harmonies of #22998C
Complementary color
Monochromatic Colors of #22998C
Black with #22998C
Text Example
Text Example
White with #22998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22998C; }
p { color: rgb(34,153,140); }
H1.HeaderClassName
{
color: #22998C;
}
.AnyTagClassName
{
color: #22998C;
}
</style>
background-color css
<style>
a { background-color: #22998C; }
a { background-color: rgb(34,153,140); }
div.DivClassName
{
background-color: #22998C;
}
.BgClassName
{
background-color: #22998C;
}
</style>
border-color css
<style>
span { border-color: #22998C; }
span { border-color: rgb(34,153,140); }
td.TdClassName
{
border-color: #22998C;
}
.TagClassName
{
border-color: #22998C;
}
</style>