Shades of Java #22988A
Tints of Java #22988A
RGB
CMYK
RGB Variations
Color information
#22988A (or 0x22988A) is known color: Java. HEX triplet: 22, 98 and 8A. RGB value is (34,152,138). Sum of RGB (Red+Green+Blue) = 34+152+138=324 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.49% from 324); Green value is 152 (59.77% from 255 or 46.91% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 152 - color contains mainly: green. Hex color #22988A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22988A is #DD6775. Grayscale: #737373. Windows color (decimal): -14509942 or 9082914. OLE color: 9082914.
HSL color Cylindrical-coordinate representation of color #22988A: hue angle of 172.88º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22988A is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 34 | 152 | 138 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.40 |
| HSL | 172.88º | 0.63% | 0.36% | - |
| HSV(B) | 172.88º | 0.78% | 0.6% | - |
| XYZ | 16.48 | 24.63 | 27.93 | - |
| YUV | 115.12 | 140.91 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 152 | 138 | 0.78 | 0 | 0.09 | 0.40 | 172.88 | 0.63 | 0.36 |
| Hex | 22 | 98 | 8A | 4E | 0 | 9 | 28 | AD | 3F | 24 |
| Octal | 42 | 230 | 212 | 116 | 0 | 11 | 50 | 255 | 77 | 44 |
| Binary | 100010 | 10011000 | 10001010 | 1001110 | 0 | 1001 | 101000 | 10101101 | 111111 | 100100 |
Color Harmonies of #22988A
Complementary color
Monochromatic Colors of #22988A
Black with #22988A
Text Example
Text Example
White with #22988A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22988A; }
p { color: rgb(34,152,138); }
H1.HeaderClassName
{
color: #22988A;
}
.AnyTagClassName
{
color: #22988A;
}
</style>
background-color css
<style>
a { background-color: #22988A; }
a { background-color: rgb(34,152,138); }
div.DivClassName
{
background-color: #22988A;
}
.BgClassName
{
background-color: #22988A;
}
</style>
border-color css
<style>
span { border-color: #22988A; }
span { border-color: rgb(34,152,138); }
td.TdClassName
{
border-color: #22988A;
}
.TagClassName
{
border-color: #22988A;
}
</style>