Shades of Java #229C91
Tints of Java #229C91
RGB
CMYK
RGB Variations
Color information
#229C91 (or 0x229C91) is known color: Java. HEX triplet: 22, 9C and 91. RGB value is (34,156,145). Sum of RGB (Red+Green+Blue) = 34+156+145=335 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.15% from 335); Green value is 156 (61.33% from 255 or 46.57% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 156 - color contains mainly: green. Hex color #229C91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229C91 is #DD636E. Grayscale: #767676. Windows color (decimal): -14508911 or 9542690. OLE color: 9542690.
HSL color Cylindrical-coordinate representation of color #229C91: hue angle of 174.59º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229C91 is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 156 | 145 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.39 |
| HSL | 174.59º | 0.64% | 0.37% | - |
| HSV(B) | 174.59º | 0.78% | 0.61% | - |
| XYZ | 17.66 | 26.16 | 30.91 | - |
| YUV | 118.27 | 143.08 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 156 | 145 | 0.78 | 0 | 0.07 | 0.39 | 174.59 | 0.64 | 0.37 |
| Hex | 22 | 9C | 91 | 4E | 0 | 7 | 27 | AF | 40 | 25 |
| Octal | 42 | 234 | 221 | 116 | 0 | 7 | 47 | 257 | 100 | 45 |
| Binary | 100010 | 10011100 | 10010001 | 1001110 | 0 | 111 | 100111 | 10101111 | 1000000 | 100101 |
Color Harmonies of #229C91
Complementary color
Monochromatic Colors of #229C91
Black with #229C91
Text Example
Text Example
White with #229C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229C91; }
p { color: rgb(34,156,145); }
H1.HeaderClassName
{
color: #229C91;
}
.AnyTagClassName
{
color: #229C91;
}
</style>
background-color css
<style>
a { background-color: #229C91; }
a { background-color: rgb(34,156,145); }
div.DivClassName
{
background-color: #229C91;
}
.BgClassName
{
background-color: #229C91;
}
</style>
border-color css
<style>
span { border-color: #229C91; }
span { border-color: rgb(34,156,145); }
td.TdClassName
{
border-color: #229C91;
}
.TagClassName
{
border-color: #229C91;
}
</style>