Shades of Java #229E8F
Tints of Java #229E8F
RGB
CMYK
RGB Variations
Color information
#229E8F (or 0x229E8F) is known color: Java. HEX triplet: 22, 9E and 8F. RGB value is (34,158,143). Sum of RGB (Red+Green+Blue) = 34+158+143=335 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.15% from 335); Green value is 158 (62.11% from 255 or 47.16% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 158 - color contains mainly: green. Hex color #229E8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229E8F is #DD6170. Grayscale: #777777. Windows color (decimal): -14508401 or 9412130. OLE color: 9412130.
HSL color Cylindrical-coordinate representation of color #229E8F: hue angle of 172.74º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229E8F is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 158 | 143 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.38 |
| HSL | 172.74º | 0.65% | 0.38% | - |
| HSV(B) | 172.74º | 0.78% | 0.62% | - |
| XYZ | 17.84 | 26.78 | 30.21 | - |
| YUV | 119.21 | 141.42 | 67.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 158 | 143 | 0.78 | 0 | 0.09 | 0.38 | 172.74 | 0.65 | 0.38 |
| Hex | 22 | 9E | 8F | 4E | 0 | 9 | 26 | AD | 41 | 26 |
| Octal | 42 | 236 | 217 | 116 | 0 | 11 | 46 | 255 | 101 | 46 |
| Binary | 100010 | 10011110 | 10001111 | 1001110 | 0 | 1001 | 100110 | 10101101 | 1000001 | 100110 |
Color Harmonies of #229E8F
Complementary color
Monochromatic Colors of #229E8F
Black with #229E8F
Text Example
Text Example
White with #229E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229E8F; }
p { color: rgb(34,158,143); }
H1.HeaderClassName
{
color: #229E8F;
}
.AnyTagClassName
{
color: #229E8F;
}
</style>
background-color css
<style>
a { background-color: #229E8F; }
a { background-color: rgb(34,158,143); }
div.DivClassName
{
background-color: #229E8F;
}
.BgClassName
{
background-color: #229E8F;
}
</style>
border-color css
<style>
span { border-color: #229E8F; }
span { border-color: rgb(34,158,143); }
td.TdClassName
{
border-color: #229E8F;
}
.TagClassName
{
border-color: #229E8F;
}
</style>