Shades of Java #17988B
Tints of Java #17988B
RGB
CMYK
RGB Variations
Color information
#17988B (or 0x17988B) is known color: Java. HEX triplet: 17, 98 and 8B. RGB value is (23,152,139). Sum of RGB (Red+Green+Blue) = 23+152+139=314 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.32% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 152 - color contains mainly: green. Hex color #17988B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17988B is #E86774. Grayscale: #6F6F6F. Windows color (decimal): -15230837 or 9148439. OLE color: 9148439.
HSL color Cylindrical-coordinate representation of color #17988B: hue angle of 173.95º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17988B is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 23 | 152 | 139 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.40 |
| HSL | 173.95º | 0.74% | 0.34% | - |
| HSV(B) | 173.95º | 0.85% | 0.6% | - |
| XYZ | 16.24 | 24.5 | 28.3 | - |
| YUV | 111.95 | 143.26 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 152 | 139 | 0.85 | 0 | 0.09 | 0.40 | 173.95 | 0.74 | 0.34 |
| Hex | 17 | 98 | 8B | 55 | 0 | 9 | 28 | AE | 4A | 22 |
| Octal | 27 | 230 | 213 | 125 | 0 | 11 | 50 | 256 | 112 | 42 |
| Binary | 10111 | 10011000 | 10001011 | 1010101 | 0 | 1001 | 101000 | 10101110 | 1001010 | 100010 |
Color Harmonies of #17988B
Complementary color
Monochromatic Colors of #17988B
Black with #17988B
Text Example
Text Example
White with #17988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17988B; }
p { color: rgb(23,152,139); }
H1.HeaderClassName
{
color: #17988B;
}
.AnyTagClassName
{
color: #17988B;
}
</style>
background-color css
<style>
a { background-color: #17988B; }
a { background-color: rgb(23,152,139); }
div.DivClassName
{
background-color: #17988B;
}
.BgClassName
{
background-color: #17988B;
}
</style>
border-color css
<style>
span { border-color: #17988B; }
span { border-color: rgb(23,152,139); }
td.TdClassName
{
border-color: #17988B;
}
.TagClassName
{
border-color: #17988B;
}
</style>