Shades of Java #17918B
Tints of Java #17918B
RGB
CMYK
RGB Variations
Color information
#17918B (or 0x17918B) is known color: Java. HEX triplet: 17, 91 and 8B. RGB value is (23,145,139). Sum of RGB (Red+Green+Blue) = 23+145+139=307 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.49% from 307); Green value is 145 (57.03% from 255 or 47.23% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 145 - color contains mainly: green. Hex color #17918B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17918B is #E86E74. Grayscale: #6B6B6B. Windows color (decimal): -15232629 or 9146647. OLE color: 9146647.
HSL color Cylindrical-coordinate representation of color #17918B: hue angle of 177.05º 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 #17918B is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 23 | 145 | 139 | - |
| CMYK | 0.84 | 0 | 0.04 | 0.43 |
| HSL | 177.05º | 0.73% | 0.33% | - |
| HSV(B) | 177.05º | 0.84% | 0.57% | - |
| XYZ | 15.14 | 22.3 | 27.93 | - |
| YUV | 107.84 | 145.58 | 67.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 145 | 139 | 0.84 | 0 | 0.04 | 0.43 | 177.05 | 0.73 | 0.33 |
| Hex | 17 | 91 | 8B | 54 | 0 | 4 | 2B | B1 | 49 | 21 |
| Octal | 27 | 221 | 213 | 124 | 0 | 4 | 53 | 261 | 111 | 41 |
| Binary | 10111 | 10010001 | 10001011 | 1010100 | 0 | 100 | 101011 | 10110001 | 1001001 | 100001 |
Color Harmonies of #17918B
Complementary color
Monochromatic Colors of #17918B
Black with #17918B
Text Example
Text Example
White with #17918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17918B; }
p { color: rgb(23,145,139); }
H1.HeaderClassName
{
color: #17918B;
}
.AnyTagClassName
{
color: #17918B;
}
</style>
background-color css
<style>
a { background-color: #17918B; }
a { background-color: rgb(23,145,139); }
div.DivClassName
{
background-color: #17918B;
}
.BgClassName
{
background-color: #17918B;
}
</style>
border-color css
<style>
span { border-color: #17918B; }
span { border-color: rgb(23,145,139); }
td.TdClassName
{
border-color: #17918B;
}
.TagClassName
{
border-color: #17918B;
}
</style>