Shades of Java #17948A
Tints of Java #17948A
RGB
CMYK
RGB Variations
Color information
#17948A (or 0x17948A) is known color: Java. HEX triplet: 17, 94 and 8A. RGB value is (23,148,138). Sum of RGB (Red+Green+Blue) = 23+148+138=309 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.44% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 148 - color contains mainly: green. Hex color #17948A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17948A is #E86B75. Grayscale: #6D6D6D. Windows color (decimal): -15231862 or 9081879. OLE color: 9081879.
HSL color Cylindrical-coordinate representation of color #17948A: hue angle of 175.2º 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 #17948A is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 23 | 148 | 138 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.42 |
| HSL | 175.2º | 0.73% | 0.34% | - |
| HSV(B) | 175.2º | 0.84% | 0.58% | - |
| XYZ | 15.53 | 23.2 | 27.7 | - |
| YUV | 109.49 | 144.09 | 66.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 148 | 138 | 0.84 | 0 | 0.07 | 0.42 | 175.2 | 0.73 | 0.34 |
| Hex | 17 | 94 | 8A | 54 | 0 | 7 | 2A | AF | 49 | 22 |
| Octal | 27 | 224 | 212 | 124 | 0 | 7 | 52 | 257 | 111 | 42 |
| Binary | 10111 | 10010100 | 10001010 | 1010100 | 0 | 111 | 101010 | 10101111 | 1001001 | 100010 |
Color Harmonies of #17948A
Complementary color
Monochromatic Colors of #17948A
Black with #17948A
Text Example
Text Example
White with #17948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17948A; }
p { color: rgb(23,148,138); }
H1.HeaderClassName
{
color: #17948A;
}
.AnyTagClassName
{
color: #17948A;
}
</style>
background-color css
<style>
a { background-color: #17948A; }
a { background-color: rgb(23,148,138); }
div.DivClassName
{
background-color: #17948A;
}
.BgClassName
{
background-color: #17948A;
}
</style>
border-color css
<style>
span { border-color: #17948A; }
span { border-color: rgb(23,148,138); }
td.TdClassName
{
border-color: #17948A;
}
.TagClassName
{
border-color: #17948A;
}
</style>