Shades of Java #17949F
Tints of Java #17949F
RGB
CMYK
RGB Variations
Color information
#17949F (or 0x17949F) is known color: Java. HEX triplet: 17, 94 and 9F. RGB value is (23,148,159). Sum of RGB (Red+Green+Blue) = 23+148+159=330 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.97% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 159 (62.5% from 255 or 48.18% from 330); Max value from RGB is 159 - color contains mainly: blue. Hex color #17949F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17949F is #E86B60. Grayscale: #6F6F6F. Windows color (decimal): -15231841 or 10458135. OLE color: 10458135.
HSL color Cylindrical-coordinate representation of color #17949F: hue angle of 184.85º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #17949F is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 23 | 148 | 159 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.38 |
| HSL | 184.85º | 0.75% | 0.36% | - |
| HSV(B) | 184.85º | 0.86% | 0.62% | - |
| XYZ | 17.2 | 23.87 | 36.5 | - |
| YUV | 111.88 | 154.59 | 64.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 148 | 159 | 0.86 | 0.07 | 0 | 0.38 | 184.85 | 0.75 | 0.36 |
| Hex | 17 | 94 | 9F | 56 | 7 | 0 | 26 | B9 | 4B | 24 |
| Octal | 27 | 224 | 237 | 126 | 7 | 0 | 46 | 271 | 113 | 44 |
| Binary | 10111 | 10010100 | 10011111 | 1010110 | 111 | 0 | 100110 | 10111001 | 1001011 | 100100 |
Color Harmonies of #17949F
Complementary color
Monochromatic Colors of #17949F
Black with #17949F
Text Example
Text Example
White with #17949F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17949F; }
p { color: rgb(23,148,159); }
H1.HeaderClassName
{
color: #17949F;
}
.AnyTagClassName
{
color: #17949F;
}
</style>
background-color css
<style>
a { background-color: #17949F; }
a { background-color: rgb(23,148,159); }
div.DivClassName
{
background-color: #17949F;
}
.BgClassName
{
background-color: #17949F;
}
</style>
border-color css
<style>
span { border-color: #17949F; }
span { border-color: rgb(23,148,159); }
td.TdClassName
{
border-color: #17949F;
}
.TagClassName
{
border-color: #17949F;
}
</style>