Shades of Java #17999A
Tints of Java #17999A
RGB
CMYK
RGB Variations
Color information
#17999A (or 0x17999A) is known color: Java. HEX triplet: 17, 99 and 9A. RGB value is (23,153,154). Sum of RGB (Red+Green+Blue) = 23+153+154=330 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.97% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 154 - color contains mainly: blue. Hex color #17999A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17999A is #E86665. Grayscale: #727272. Windows color (decimal): -15230566 or 10131735. OLE color: 10131735.
HSL color Cylindrical-coordinate representation of color #17999A: hue angle of 180.46º 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 #17999A is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 23 | 153 | 154 | - |
| CMYK | 0.85 | 0.01 | 0 | 0.40 |
| HSL | 180.46º | 0.74% | 0.35% | - |
| HSV(B) | 180.46º | 0.85% | 0.6% | - |
| XYZ | 17.58 | 25.3 | 34.53 | - |
| YUV | 114.24 | 150.43 | 62.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 153 | 154 | 0.85 | 0.01 | 0 | 0.40 | 180.46 | 0.74 | 0.35 |
| Hex | 17 | 99 | 9A | 55 | 1 | 0 | 28 | B4 | 4A | 23 |
| Octal | 27 | 231 | 232 | 125 | 1 | 0 | 50 | 264 | 112 | 43 |
| Binary | 10111 | 10011001 | 10011010 | 1010101 | 1 | 0 | 101000 | 10110100 | 1001010 | 100011 |
Color Harmonies of #17999A
Complementary color
Monochromatic Colors of #17999A
Black with #17999A
Text Example
Text Example
White with #17999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17999A; }
p { color: rgb(23,153,154); }
H1.HeaderClassName
{
color: #17999A;
}
.AnyTagClassName
{
color: #17999A;
}
</style>
background-color css
<style>
a { background-color: #17999A; }
a { background-color: rgb(23,153,154); }
div.DivClassName
{
background-color: #17999A;
}
.BgClassName
{
background-color: #17999A;
}
</style>
border-color css
<style>
span { border-color: #17999A; }
span { border-color: rgb(23,153,154); }
td.TdClassName
{
border-color: #17999A;
}
.TagClassName
{
border-color: #17999A;
}
</style>