Shades of Java #179994
Tints of Java #179994
RGB
CMYK
RGB Variations
Color information
#179994 (or 0x179994) is known color: Java. HEX triplet: 17, 99 and 94. RGB value is (23,153,148). Sum of RGB (Red+Green+Blue) = 23+153+148=324 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.10% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 148 (58.20% from 255 or 45.68% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #179994 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #179994 is #E8666B. Grayscale: #717171. Windows color (decimal): -15230572 or 9738519. OLE color: 9738519.
HSL color Cylindrical-coordinate representation of color #179994: hue angle of 177.69º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #179994 is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 23 | 153 | 148 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.4 |
| HSL | 177.69º | 0.74% | 0.35% | - |
| HSV(B) | 177.69º | 0.85% | 0.6% | - |
| XYZ | 17.09 | 25.1 | 31.96 | - |
| YUV | 113.56 | 147.43 | 63.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 153 | 148 | 0.85 | 0 | 0.03 | 0.4 | 177.69 | 0.74 | 0.35 |
| Hex | 17 | 99 | 94 | 55 | 0 | 3 | 28 | B2 | 4A | 23 |
| Octal | 27 | 231 | 224 | 125 | 0 | 3 | 50 | 262 | 112 | 43 |
| Binary | 10111 | 10011001 | 10010100 | 1010101 | 0 | 11 | 101000 | 10110010 | 1001010 | 100011 |
Color Harmonies of #179994
Complementary color
Monochromatic Colors of #179994
Black with #179994
Text Example
Text Example
White with #179994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179994; }
p { color: rgb(23,153,148); }
H1.HeaderClassName
{
color: #179994;
}
.AnyTagClassName
{
color: #179994;
}
</style>
background-color css
<style>
a { background-color: #179994; }
a { background-color: rgb(23,153,148); }
div.DivClassName
{
background-color: #179994;
}
.BgClassName
{
background-color: #179994;
}
</style>
border-color css
<style>
span { border-color: #179994; }
span { border-color: rgb(23,153,148); }
td.TdClassName
{
border-color: #179994;
}
.TagClassName
{
border-color: #179994;
}
</style>