Shades of Java #229D9F
Tints of Java #229D9F
RGB
CMYK
RGB Variations
Color information
#229D9F (or 0x229D9F) is known color: Java. HEX triplet: 22, 9D and 9F. RGB value is (34,157,159). Sum of RGB (Red+Green+Blue) = 34+157+159=350 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.71% from 350); Green value is 157 (61.72% from 255 or 44.86% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 159 - color contains mainly: blue. Hex color #229D9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229D9F is #DD6260. Grayscale: #787878. Windows color (decimal): -14508641 or 10460450. OLE color: 10460450.
HSL color Cylindrical-coordinate representation of color #229D9F: hue angle of 180.96º 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 #229D9F is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 157 | 159 | - |
| CMYK | 0.79 | 0.01 | 0 | 0.38 |
| HSL | 180.96º | 0.65% | 0.38% | - |
| HSV(B) | 180.96º | 0.79% | 0.62% | - |
| XYZ | 18.97 | 26.96 | 37 | - |
| YUV | 120.45 | 149.75 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 157 | 159 | 0.79 | 0.01 | 0 | 0.38 | 180.96 | 0.65 | 0.38 |
| Hex | 22 | 9D | 9F | 4F | 1 | 0 | 26 | B5 | 41 | 26 |
| Octal | 42 | 235 | 237 | 117 | 1 | 0 | 46 | 265 | 101 | 46 |
| Binary | 100010 | 10011101 | 10011111 | 1001111 | 1 | 0 | 100110 | 10110101 | 1000001 | 100110 |
Color Harmonies of #229D9F
Complementary color
Monochromatic Colors of #229D9F
Black with #229D9F
Text Example
Text Example
White with #229D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229D9F; }
p { color: rgb(34,157,159); }
H1.HeaderClassName
{
color: #229D9F;
}
.AnyTagClassName
{
color: #229D9F;
}
</style>
background-color css
<style>
a { background-color: #229D9F; }
a { background-color: rgb(34,157,159); }
div.DivClassName
{
background-color: #229D9F;
}
.BgClassName
{
background-color: #229D9F;
}
</style>
border-color css
<style>
span { border-color: #229D9F; }
span { border-color: rgb(34,157,159); }
td.TdClassName
{
border-color: #229D9F;
}
.TagClassName
{
border-color: #229D9F;
}
</style>