Shades of Java #17958B
Tints of Java #17958B
RGB
CMYK
RGB Variations
Color information
#17958B (or 0x17958B) is known color: Java. HEX triplet: 17, 95 and 8B. RGB value is (23,149,139). Sum of RGB (Red+Green+Blue) = 23+149+139=311 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.40% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 149 - color contains mainly: green. Hex color #17958B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17958B is #E86A74. Grayscale: #6E6E6E. Windows color (decimal): -15231605 or 9147671. OLE color: 9147671.
HSL color Cylindrical-coordinate representation of color #17958B: hue angle of 175.24º 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 #17958B is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 23 | 149 | 139 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.42 |
| HSL | 175.24º | 0.73% | 0.34% | - |
| HSV(B) | 175.24º | 0.85% | 0.58% | - |
| XYZ | 15.76 | 23.54 | 28.14 | - |
| YUV | 110.19 | 144.26 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 149 | 139 | 0.85 | 0 | 0.07 | 0.42 | 175.24 | 0.73 | 0.34 |
| Hex | 17 | 95 | 8B | 55 | 0 | 7 | 2A | AF | 49 | 22 |
| Octal | 27 | 225 | 213 | 125 | 0 | 7 | 52 | 257 | 111 | 42 |
| Binary | 10111 | 10010101 | 10001011 | 1010101 | 0 | 111 | 101010 | 10101111 | 1001001 | 100010 |
Color Harmonies of #17958B
Complementary color
Monochromatic Colors of #17958B
Black with #17958B
Text Example
Text Example
White with #17958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17958B; }
p { color: rgb(23,149,139); }
H1.HeaderClassName
{
color: #17958B;
}
.AnyTagClassName
{
color: #17958B;
}
</style>
background-color css
<style>
a { background-color: #17958B; }
a { background-color: rgb(23,149,139); }
div.DivClassName
{
background-color: #17958B;
}
.BgClassName
{
background-color: #17958B;
}
</style>
border-color css
<style>
span { border-color: #17958B; }
span { border-color: rgb(23,149,139); }
td.TdClassName
{
border-color: #17958B;
}
.TagClassName
{
border-color: #17958B;
}
</style>