Shades of Java #17918D
Tints of Java #17918D
RGB
CMYK
RGB Variations
Color information
#17918D (or 0x17918D) is known color: Java. HEX triplet: 17, 91 and 8D. RGB value is (23,145,141). Sum of RGB (Red+Green+Blue) = 23+145+141=309 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.44% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #17918D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17918D is #E86E72. Grayscale: #6B6B6B. Windows color (decimal): -15232627 or 9277719. OLE color: 9277719.
HSL color Cylindrical-coordinate representation of color #17918D: hue angle of 178.03º 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 #17918D is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 23 | 145 | 141 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.43 |
| HSL | 178.03º | 0.73% | 0.33% | - |
| HSV(B) | 178.03º | 0.84% | 0.57% | - |
| XYZ | 15.29 | 22.36 | 28.71 | - |
| YUV | 108.07 | 146.58 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 145 | 141 | 0.84 | 0 | 0.03 | 0.43 | 178.03 | 0.73 | 0.33 |
| Hex | 17 | 91 | 8D | 54 | 0 | 3 | 2B | B2 | 49 | 21 |
| Octal | 27 | 221 | 215 | 124 | 0 | 3 | 53 | 262 | 111 | 41 |
| Binary | 10111 | 10010001 | 10001101 | 1010100 | 0 | 11 | 101011 | 10110010 | 1001001 | 100001 |
Color Harmonies of #17918D
Complementary color
Monochromatic Colors of #17918D
Black with #17918D
Text Example
Text Example
White with #17918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17918D; }
p { color: rgb(23,145,141); }
H1.HeaderClassName
{
color: #17918D;
}
.AnyTagClassName
{
color: #17918D;
}
</style>
background-color css
<style>
a { background-color: #17918D; }
a { background-color: rgb(23,145,141); }
div.DivClassName
{
background-color: #17918D;
}
.BgClassName
{
background-color: #17918D;
}
</style>
border-color css
<style>
span { border-color: #17918D; }
span { border-color: rgb(23,145,141); }
td.TdClassName
{
border-color: #17918D;
}
.TagClassName
{
border-color: #17918D;
}
</style>