Shades of Java #22988B
Tints of Java #22988B
RGB
CMYK
RGB Variations
Color information
#22988B (or 0x22988B) is known color: Java. HEX triplet: 22, 98 and 8B. RGB value is (34,152,139). Sum of RGB (Red+Green+Blue) = 34+152+139=325 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.46% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 152 - color contains mainly: green. Hex color #22988B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22988B is #DD6774. Grayscale: #737373. Windows color (decimal): -14509941 or 9148450. OLE color: 9148450.
HSL color Cylindrical-coordinate representation of color #22988B: hue angle of 173.39º 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 #22988B is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 34 | 152 | 139 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.40 |
| HSL | 173.39º | 0.63% | 0.36% | - |
| HSV(B) | 173.39º | 0.78% | 0.6% | - |
| XYZ | 16.55 | 24.66 | 28.31 | - |
| YUV | 115.24 | 141.41 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 152 | 139 | 0.78 | 0 | 0.09 | 0.40 | 173.39 | 0.63 | 0.36 |
| Hex | 22 | 98 | 8B | 4E | 0 | 9 | 28 | AD | 3F | 24 |
| Octal | 42 | 230 | 213 | 116 | 0 | 11 | 50 | 255 | 77 | 44 |
| Binary | 100010 | 10011000 | 10001011 | 1001110 | 0 | 1001 | 101000 | 10101101 | 111111 | 100100 |
Color Harmonies of #22988B
Complementary color
Monochromatic Colors of #22988B
Black with #22988B
Text Example
Text Example
White with #22988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22988B; }
p { color: rgb(34,152,139); }
H1.HeaderClassName
{
color: #22988B;
}
.AnyTagClassName
{
color: #22988B;
}
</style>
background-color css
<style>
a { background-color: #22988B; }
a { background-color: rgb(34,152,139); }
div.DivClassName
{
background-color: #22988B;
}
.BgClassName
{
background-color: #22988B;
}
</style>
border-color css
<style>
span { border-color: #22988B; }
span { border-color: rgb(34,152,139); }
td.TdClassName
{
border-color: #22988B;
}
.TagClassName
{
border-color: #22988B;
}
</style>