Shades of Java #17959C
Tints of Java #17959C
RGB
CMYK
RGB Variations
Color information
#17959C (or 0x17959C) is known color: Java. HEX triplet: 17, 95 and 9C. RGB value is (23,149,156). Sum of RGB (Red+Green+Blue) = 23+149+156=328 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.01% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 156 - color contains mainly: blue. Hex color #17959C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17959C is #E86A63. Grayscale: #6F6F6F. Windows color (decimal): -15231588 or 10261783. OLE color: 10261783.
HSL color Cylindrical-coordinate representation of color #17959C: hue angle of 183.16º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17959C is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 149 | 156 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.39 |
| HSL | 183.16º | 0.74% | 0.35% | - |
| HSV(B) | 183.16º | 0.85% | 0.61% | - |
| XYZ | 17.1 | 24.08 | 35.2 | - |
| YUV | 112.12 | 152.76 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 149 | 156 | 0.85 | 0.04 | 0 | 0.39 | 183.16 | 0.74 | 0.35 |
| Hex | 17 | 95 | 9C | 55 | 4 | 0 | 27 | B7 | 4A | 23 |
| Octal | 27 | 225 | 234 | 125 | 4 | 0 | 47 | 267 | 112 | 43 |
| Binary | 10111 | 10010101 | 10011100 | 1010101 | 100 | 0 | 100111 | 10110111 | 1001010 | 100011 |
Color Harmonies of #17959C
Complementary color
Monochromatic Colors of #17959C
Black with #17959C
Text Example
Text Example
White with #17959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17959C; }
p { color: rgb(23,149,156); }
H1.HeaderClassName
{
color: #17959C;
}
.AnyTagClassName
{
color: #17959C;
}
</style>
background-color css
<style>
a { background-color: #17959C; }
a { background-color: rgb(23,149,156); }
div.DivClassName
{
background-color: #17959C;
}
.BgClassName
{
background-color: #17959C;
}
</style>
border-color css
<style>
span { border-color: #17959C; }
span { border-color: rgb(23,149,156); }
td.TdClassName
{
border-color: #17959C;
}
.TagClassName
{
border-color: #17959C;
}
</style>