Shades of Java #17938E
Tints of Java #17938E
RGB
CMYK
RGB Variations
Color information
#17938E (or 0x17938E) is known color: Java. HEX triplet: 17, 93 and 8E. RGB value is (23,147,142). Sum of RGB (Red+Green+Blue) = 23+147+142=312 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.37% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 147 - color contains mainly: green. Hex color #17938E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17938E is #E86C71. Grayscale: #6D6D6D. Windows color (decimal): -15232114 or 9343767. OLE color: 9343767.
HSL color Cylindrical-coordinate representation of color #17938E: hue angle of 177.58º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17938E is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 23 | 147 | 142 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.42 |
| HSL | 177.58º | 0.73% | 0.33% | - |
| HSV(B) | 177.58º | 0.84% | 0.58% | - |
| XYZ | 15.67 | 23 | 29.21 | - |
| YUV | 109.35 | 146.42 | 66.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 147 | 142 | 0.84 | 0 | 0.03 | 0.42 | 177.58 | 0.73 | 0.33 |
| Hex | 17 | 93 | 8E | 54 | 0 | 3 | 2A | B2 | 49 | 21 |
| Octal | 27 | 223 | 216 | 124 | 0 | 3 | 52 | 262 | 111 | 41 |
| Binary | 10111 | 10010011 | 10001110 | 1010100 | 0 | 11 | 101010 | 10110010 | 1001001 | 100001 |
Color Harmonies of #17938E
Complementary color
Monochromatic Colors of #17938E
Black with #17938E
Text Example
Text Example
White with #17938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17938E; }
p { color: rgb(23,147,142); }
H1.HeaderClassName
{
color: #17938E;
}
.AnyTagClassName
{
color: #17938E;
}
</style>
background-color css
<style>
a { background-color: #17938E; }
a { background-color: rgb(23,147,142); }
div.DivClassName
{
background-color: #17938E;
}
.BgClassName
{
background-color: #17938E;
}
</style>
border-color css
<style>
span { border-color: #17938E; }
span { border-color: rgb(23,147,142); }
td.TdClassName
{
border-color: #17938E;
}
.TagClassName
{
border-color: #17938E;
}
</style>