Shades of Java #17928C
Tints of Java #17928C
RGB
CMYK
RGB Variations
Color information
#17928C (or 0x17928C) is known color: Java. HEX triplet: 17, 92 and 8C. RGB value is (23,146,140). Sum of RGB (Red+Green+Blue) = 23+146+140=309 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.44% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 146 - color contains mainly: green. Hex color #17928C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17928C is #E86D73. Grayscale: #6C6C6C. Windows color (decimal): -15232372 or 9212439. OLE color: 9212439.
HSL color Cylindrical-coordinate representation of color #17928C: hue angle of 177.07º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17928C is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 23 | 146 | 140 | - |
| CMYK | 0.84 | 0 | 0.04 | 0.43 |
| HSL | 177.07º | 0.73% | 0.33% | - |
| HSV(B) | 177.07º | 0.84% | 0.57% | - |
| XYZ | 15.37 | 22.63 | 28.37 | - |
| YUV | 108.54 | 145.75 | 66.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 146 | 140 | 0.84 | 0 | 0.04 | 0.43 | 177.07 | 0.73 | 0.33 |
| Hex | 17 | 92 | 8C | 54 | 0 | 4 | 2B | B1 | 49 | 21 |
| Octal | 27 | 222 | 214 | 124 | 0 | 4 | 53 | 261 | 111 | 41 |
| Binary | 10111 | 10010010 | 10001100 | 1010100 | 0 | 100 | 101011 | 10110001 | 1001001 | 100001 |
Color Harmonies of #17928C
Complementary color
Monochromatic Colors of #17928C
Black with #17928C
Text Example
Text Example
White with #17928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17928C; }
p { color: rgb(23,146,140); }
H1.HeaderClassName
{
color: #17928C;
}
.AnyTagClassName
{
color: #17928C;
}
</style>
background-color css
<style>
a { background-color: #17928C; }
a { background-color: rgb(23,146,140); }
div.DivClassName
{
background-color: #17928C;
}
.BgClassName
{
background-color: #17928C;
}
</style>
border-color css
<style>
span { border-color: #17928C; }
span { border-color: rgb(23,146,140); }
td.TdClassName
{
border-color: #17928C;
}
.TagClassName
{
border-color: #17928C;
}
</style>