Shades of Java #17928B
Tints of Java #17928B
RGB
CMYK
RGB Variations
Color information
#17928B (or 0x17928B) is known color: Java. HEX triplet: 17, 92 and 8B. RGB value is (23,146,139). Sum of RGB (Red+Green+Blue) = 23+146+139=308 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.47% from 308); Green value is 146 (57.42% from 255 or 47.40% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 146 - color contains mainly: green. Hex color #17928B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17928B is #E86D74. Grayscale: #6C6C6C. Windows color (decimal): -15232373 or 9146903. OLE color: 9146903.
HSL color Cylindrical-coordinate representation of color #17928B: hue angle of 176.59º 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 #17928B is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 23 | 146 | 139 | - |
| CMYK | 0.84 | 0 | 0.05 | 0.43 |
| HSL | 176.59º | 0.73% | 0.33% | - |
| HSV(B) | 176.59º | 0.84% | 0.57% | - |
| XYZ | 15.29 | 22.6 | 27.98 | - |
| YUV | 108.43 | 145.25 | 67.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 146 | 139 | 0.84 | 0 | 0.05 | 0.43 | 176.59 | 0.73 | 0.33 |
| Hex | 17 | 92 | 8B | 54 | 0 | 5 | 2B | B1 | 49 | 21 |
| Octal | 27 | 222 | 213 | 124 | 0 | 5 | 53 | 261 | 111 | 41 |
| Binary | 10111 | 10010010 | 10001011 | 1010100 | 0 | 101 | 101011 | 10110001 | 1001001 | 100001 |
Color Harmonies of #17928B
Complementary color
Monochromatic Colors of #17928B
Black with #17928B
Text Example
Text Example
White with #17928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17928B; }
p { color: rgb(23,146,139); }
H1.HeaderClassName
{
color: #17928B;
}
.AnyTagClassName
{
color: #17928B;
}
</style>
background-color css
<style>
a { background-color: #17928B; }
a { background-color: rgb(23,146,139); }
div.DivClassName
{
background-color: #17928B;
}
.BgClassName
{
background-color: #17928B;
}
</style>
border-color css
<style>
span { border-color: #17928B; }
span { border-color: rgb(23,146,139); }
td.TdClassName
{
border-color: #17928B;
}
.TagClassName
{
border-color: #17928B;
}
</style>