Shades of Java #17988A
Tints of Java #17988A
RGB
CMYK
RGB Variations
Color information
#17988A (or 0x17988A) is known color: Java. HEX triplet: 17, 98 and 8A. RGB value is (23,152,138). Sum of RGB (Red+Green+Blue) = 23+152+138=313 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.35% from 313); Green value is 152 (59.77% from 255 or 48.56% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 152 - color contains mainly: green. Hex color #17988A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17988A is #E86775. Grayscale: #6F6F6F. Windows color (decimal): -15230838 or 9082903. OLE color: 9082903.
HSL color Cylindrical-coordinate representation of color #17988A: hue angle of 173.49º 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 #17988A is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 23 | 152 | 138 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.40 |
| HSL | 173.49º | 0.74% | 0.34% | - |
| HSV(B) | 173.49º | 0.85% | 0.6% | - |
| XYZ | 16.17 | 24.47 | 27.92 | - |
| YUV | 111.83 | 142.76 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 152 | 138 | 0.85 | 0 | 0.09 | 0.40 | 173.49 | 0.74 | 0.34 |
| Hex | 17 | 98 | 8A | 55 | 0 | 9 | 28 | AD | 4A | 22 |
| Octal | 27 | 230 | 212 | 125 | 0 | 11 | 50 | 255 | 112 | 42 |
| Binary | 10111 | 10011000 | 10001010 | 1010101 | 0 | 1001 | 101000 | 10101101 | 1001010 | 100010 |
Color Harmonies of #17988A
Complementary color
Monochromatic Colors of #17988A
Black with #17988A
Text Example
Text Example
White with #17988A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17988A; }
p { color: rgb(23,152,138); }
H1.HeaderClassName
{
color: #17988A;
}
.AnyTagClassName
{
color: #17988A;
}
</style>
background-color css
<style>
a { background-color: #17988A; }
a { background-color: rgb(23,152,138); }
div.DivClassName
{
background-color: #17988A;
}
.BgClassName
{
background-color: #17988A;
}
</style>
border-color css
<style>
span { border-color: #17988A; }
span { border-color: rgb(23,152,138); }
td.TdClassName
{
border-color: #17988A;
}
.TagClassName
{
border-color: #17988A;
}
</style>