Shades of Java #17948F
Tints of Java #17948F
RGB
CMYK
RGB Variations
Color information
#17948F (or 0x17948F) is known color: Java. HEX triplet: 17, 94 and 8F. RGB value is (23,148,143). Sum of RGB (Red+Green+Blue) = 23+148+143=314 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.32% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 143 (56.25% from 255 or 45.54% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #17948F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17948F is #E86B70. Grayscale: #6D6D6D. Windows color (decimal): -15231857 or 9409559. OLE color: 9409559.
HSL color Cylindrical-coordinate representation of color #17948F: hue angle of 177.6º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17948F is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 23 | 148 | 143 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.42 |
| HSL | 177.6º | 0.73% | 0.34% | - |
| HSV(B) | 177.6º | 0.84% | 0.58% | - |
| XYZ | 15.9 | 23.35 | 29.65 | - |
| YUV | 110.06 | 146.59 | 65.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 148 | 143 | 0.84 | 0 | 0.03 | 0.42 | 177.6 | 0.73 | 0.34 |
| Hex | 17 | 94 | 8F | 54 | 0 | 3 | 2A | B2 | 49 | 22 |
| Octal | 27 | 224 | 217 | 124 | 0 | 3 | 52 | 262 | 111 | 42 |
| Binary | 10111 | 10010100 | 10001111 | 1010100 | 0 | 11 | 101010 | 10110010 | 1001001 | 100010 |
Color Harmonies of #17948F
Complementary color
Monochromatic Colors of #17948F
Black with #17948F
Text Example
Text Example
White with #17948F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17948F; }
p { color: rgb(23,148,143); }
H1.HeaderClassName
{
color: #17948F;
}
.AnyTagClassName
{
color: #17948F;
}
</style>
background-color css
<style>
a { background-color: #17948F; }
a { background-color: rgb(23,148,143); }
div.DivClassName
{
background-color: #17948F;
}
.BgClassName
{
background-color: #17948F;
}
</style>
border-color css
<style>
span { border-color: #17948F; }
span { border-color: rgb(23,148,143); }
td.TdClassName
{
border-color: #17948F;
}
.TagClassName
{
border-color: #17948F;
}
</style>