Shades of Java #17968D
Tints of Java #17968D
RGB
CMYK
RGB Variations
Color information
#17968D (or 0x17968D) is known color: Java. HEX triplet: 17, 96 and 8D. RGB value is (23,150,141). Sum of RGB (Red+Green+Blue) = 23+150+141=314 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.32% from 314); Green value is 150 (58.98% from 255 or 47.77% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 150 - color contains mainly: green. Hex color #17968D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17968D is #E86972. Grayscale: #6E6E6E. Windows color (decimal): -15231347 or 9278999. OLE color: 9278999.
HSL color Cylindrical-coordinate representation of color #17968D: hue angle of 175.75º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17968D is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 23 | 150 | 141 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.41 |
| HSL | 175.75º | 0.73% | 0.34% | - |
| HSV(B) | 175.75º | 0.85% | 0.59% | - |
| XYZ | 16.07 | 23.92 | 28.97 | - |
| YUV | 111 | 144.92 | 65.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 150 | 141 | 0.85 | 0 | 0.06 | 0.41 | 175.75 | 0.73 | 0.34 |
| Hex | 17 | 96 | 8D | 55 | 0 | 6 | 29 | B0 | 49 | 22 |
| Octal | 27 | 226 | 215 | 125 | 0 | 6 | 51 | 260 | 111 | 42 |
| Binary | 10111 | 10010110 | 10001101 | 1010101 | 0 | 110 | 101001 | 10110000 | 1001001 | 100010 |
Color Harmonies of #17968D
Complementary color
Monochromatic Colors of #17968D
Black with #17968D
Text Example
Text Example
White with #17968D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17968D; }
p { color: rgb(23,150,141); }
H1.HeaderClassName
{
color: #17968D;
}
.AnyTagClassName
{
color: #17968D;
}
</style>
background-color css
<style>
a { background-color: #17968D; }
a { background-color: rgb(23,150,141); }
div.DivClassName
{
background-color: #17968D;
}
.BgClassName
{
background-color: #17968D;
}
</style>
border-color css
<style>
span { border-color: #17968D; }
span { border-color: rgb(23,150,141); }
td.TdClassName
{
border-color: #17968D;
}
.TagClassName
{
border-color: #17968D;
}
</style>