Shades of Java #17958C
Tints of Java #17958C
RGB
CMYK
RGB Variations
Color information
#17958C (or 0x17958C) is known color: Java. HEX triplet: 17, 95 and 8C. RGB value is (23,149,140). Sum of RGB (Red+Green+Blue) = 23+149+140=312 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.37% from 312); Green value is 149 (58.59% from 255 or 47.76% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 149 - color contains mainly: green. Hex color #17958C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17958C is #E86A73. Grayscale: #6E6E6E. Windows color (decimal): -15231604 or 9213207. OLE color: 9213207.
HSL color Cylindrical-coordinate representation of color #17958C: hue angle of 175.71º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17958C is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 23 | 149 | 140 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.42 |
| HSL | 175.71º | 0.73% | 0.34% | - |
| HSV(B) | 175.71º | 0.85% | 0.58% | - |
| XYZ | 15.83 | 23.57 | 28.53 | - |
| YUV | 110.3 | 144.76 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 149 | 140 | 0.85 | 0 | 0.06 | 0.42 | 175.71 | 0.73 | 0.34 |
| Hex | 17 | 95 | 8C | 55 | 0 | 6 | 2A | B0 | 49 | 22 |
| Octal | 27 | 225 | 214 | 125 | 0 | 6 | 52 | 260 | 111 | 42 |
| Binary | 10111 | 10010101 | 10001100 | 1010101 | 0 | 110 | 101010 | 10110000 | 1001001 | 100010 |
Color Harmonies of #17958C
Complementary color
Monochromatic Colors of #17958C
Black with #17958C
Text Example
Text Example
White with #17958C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17958C; }
p { color: rgb(23,149,140); }
H1.HeaderClassName
{
color: #17958C;
}
.AnyTagClassName
{
color: #17958C;
}
</style>
background-color css
<style>
a { background-color: #17958C; }
a { background-color: rgb(23,149,140); }
div.DivClassName
{
background-color: #17958C;
}
.BgClassName
{
background-color: #17958C;
}
</style>
border-color css
<style>
span { border-color: #17958C; }
span { border-color: rgb(23,149,140); }
td.TdClassName
{
border-color: #17958C;
}
.TagClassName
{
border-color: #17958C;
}
</style>