Shades of Java #22988F
Tints of Java #22988F
RGB
CMYK
RGB Variations
Color information
#22988F (or 0x22988F) is known color: Java. HEX triplet: 22, 98 and 8F. RGB value is (34,152,143). Sum of RGB (Red+Green+Blue) = 34+152+143=329 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.33% from 329); Green value is 152 (59.77% from 255 or 46.20% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 152 - color contains mainly: green. Hex color #22988F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22988F is #DD6770. Grayscale: #737373. Windows color (decimal): -14509937 or 9410594. OLE color: 9410594.
HSL color Cylindrical-coordinate representation of color #22988F: hue angle of 175.42º 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 #22988F is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 34 | 152 | 143 | - |
| CMYK | 0.78 | 0 | 0.06 | 0.40 |
| HSL | 175.42º | 0.63% | 0.36% | - |
| HSV(B) | 175.42º | 0.78% | 0.6% | - |
| XYZ | 16.85 | 24.78 | 29.88 | - |
| YUV | 115.69 | 143.41 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 152 | 143 | 0.78 | 0 | 0.06 | 0.40 | 175.42 | 0.63 | 0.36 |
| Hex | 22 | 98 | 8F | 4E | 0 | 6 | 28 | AF | 3F | 24 |
| Octal | 42 | 230 | 217 | 116 | 0 | 6 | 50 | 257 | 77 | 44 |
| Binary | 100010 | 10011000 | 10001111 | 1001110 | 0 | 110 | 101000 | 10101111 | 111111 | 100100 |
Color Harmonies of #22988F
Complementary color
Monochromatic Colors of #22988F
Black with #22988F
Text Example
Text Example
White with #22988F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22988F; }
p { color: rgb(34,152,143); }
H1.HeaderClassName
{
color: #22988F;
}
.AnyTagClassName
{
color: #22988F;
}
</style>
background-color css
<style>
a { background-color: #22988F; }
a { background-color: rgb(34,152,143); }
div.DivClassName
{
background-color: #22988F;
}
.BgClassName
{
background-color: #22988F;
}
</style>
border-color css
<style>
span { border-color: #22988F; }
span { border-color: rgb(34,152,143); }
td.TdClassName
{
border-color: #22988F;
}
.TagClassName
{
border-color: #22988F;
}
</style>