Shades of Java #229F9B
Tints of Java #229F9B
RGB
CMYK
RGB Variations
Color information
#229F9B (or 0x229F9B) is known color: Java. HEX triplet: 22, 9F and 9B. RGB value is (34,159,155). Sum of RGB (Red+Green+Blue) = 34+159+155=348 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.77% from 348); Green value is 159 (62.5% from 255 or 45.69% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 159 - color contains mainly: green. Hex color #229F9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229F9B is #DD6064. Grayscale: #797979. Windows color (decimal): -14508133 or 10198818. OLE color: 10198818.
HSL color Cylindrical-coordinate representation of color #229F9B: hue angle of 178.08º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #229F9B is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 159 | 155 | - |
| CMYK | 0.79 | 0 | 0.03 | 0.38 |
| HSL | 178.08º | 0.65% | 0.38% | - |
| HSV(B) | 178.08º | 0.79% | 0.62% | - |
| XYZ | 18.97 | 27.5 | 35.32 | - |
| YUV | 121.17 | 147.09 | 65.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 159 | 155 | 0.79 | 0 | 0.03 | 0.38 | 178.08 | 0.65 | 0.38 |
| Hex | 22 | 9F | 9B | 4F | 0 | 3 | 26 | B2 | 41 | 26 |
| Octal | 42 | 237 | 233 | 117 | 0 | 3 | 46 | 262 | 101 | 46 |
| Binary | 100010 | 10011111 | 10011011 | 1001111 | 0 | 11 | 100110 | 10110010 | 1000001 | 100110 |
Color Harmonies of #229F9B
Complementary color
Monochromatic Colors of #229F9B
Black with #229F9B
Text Example
Text Example
White with #229F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229F9B; }
p { color: rgb(34,159,155); }
H1.HeaderClassName
{
color: #229F9B;
}
.AnyTagClassName
{
color: #229F9B;
}
</style>
background-color css
<style>
a { background-color: #229F9B; }
a { background-color: rgb(34,159,155); }
div.DivClassName
{
background-color: #229F9B;
}
.BgClassName
{
background-color: #229F9B;
}
</style>
border-color css
<style>
span { border-color: #229F9B; }
span { border-color: rgb(34,159,155); }
td.TdClassName
{
border-color: #229F9B;
}
.TagClassName
{
border-color: #229F9B;
}
</style>