Shades of Java #229D98
Tints of Java #229D98
RGB
CMYK
RGB Variations
Color information
#229D98 (or 0x229D98) is known color: Java. HEX triplet: 22, 9D and 98. RGB value is (34,157,152). Sum of RGB (Red+Green+Blue) = 34+157+152=343 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.91% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 152 (59.77% from 255 or 44.31% from 343); Max value from RGB is 157 - color contains mainly: green. Hex color #229D98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229D98 is #DD6267. Grayscale: #777777. Windows color (decimal): -14508648 or 10001698. OLE color: 10001698.
HSL color Cylindrical-coordinate representation of color #229D98: hue angle of 177.56º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229D98 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 157 | 152 | - |
| CMYK | 0.78 | 0 | 0.03 | 0.38 |
| HSL | 177.56º | 0.64% | 0.37% | - |
| HSV(B) | 177.56º | 0.78% | 0.62% | - |
| XYZ | 18.38 | 26.72 | 33.89 | - |
| YUV | 119.65 | 146.25 | 66.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 157 | 152 | 0.78 | 0 | 0.03 | 0.38 | 177.56 | 0.64 | 0.37 |
| Hex | 22 | 9D | 98 | 4E | 0 | 3 | 26 | B2 | 40 | 25 |
| Octal | 42 | 235 | 230 | 116 | 0 | 3 | 46 | 262 | 100 | 45 |
| Binary | 100010 | 10011101 | 10011000 | 1001110 | 0 | 11 | 100110 | 10110010 | 1000000 | 100101 |
Color Harmonies of #229D98
Complementary color
Monochromatic Colors of #229D98
Black with #229D98
Text Example
Text Example
White with #229D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229D98; }
p { color: rgb(34,157,152); }
H1.HeaderClassName
{
color: #229D98;
}
.AnyTagClassName
{
color: #229D98;
}
</style>
background-color css
<style>
a { background-color: #229D98; }
a { background-color: rgb(34,157,152); }
div.DivClassName
{
background-color: #229D98;
}
.BgClassName
{
background-color: #229D98;
}
</style>
border-color css
<style>
span { border-color: #229D98; }
span { border-color: rgb(34,157,152); }
td.TdClassName
{
border-color: #229D98;
}
.TagClassName
{
border-color: #229D98;
}
</style>