Shades of Java #178A8E
Tints of Java #178A8E
RGB
CMYK
RGB Variations
Color information
#178A8E (or 0x178A8E) is known color: Java. HEX triplet: 17, 8A and 8E. RGB value is (23,138,142). Sum of RGB (Red+Green+Blue) = 23+138+142=303 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.59% from 303); Green value is 138 (54.30% from 255 or 45.54% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #178A8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178A8E is #E87571. Grayscale: #676767. Windows color (decimal): -15234418 or 9341463. OLE color: 9341463.
HSL color Cylindrical-coordinate representation of color #178A8E: hue angle of 182.02º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #178A8E is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 23 | 138 | 142 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.44 |
| HSL | 182.02º | 0.72% | 0.32% | - |
| HSV(B) | 182.02º | 0.84% | 0.56% | - |
| XYZ | 14.32 | 20.31 | 28.76 | - |
| YUV | 104.07 | 149.4 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 138 | 142 | 0.84 | 0.03 | 0 | 0.44 | 182.02 | 0.72 | 0.32 |
| Hex | 17 | 8A | 8E | 54 | 3 | 0 | 2C | B6 | 48 | 20 |
| Octal | 27 | 212 | 216 | 124 | 3 | 0 | 54 | 266 | 110 | 40 |
| Binary | 10111 | 10001010 | 10001110 | 1010100 | 11 | 0 | 101100 | 10110110 | 1001000 | 100000 |
Color Harmonies of #178A8E
Complementary color
Monochromatic Colors of #178A8E
Black with #178A8E
Text Example
Text Example
White with #178A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178A8E; }
p { color: rgb(23,138,142); }
H1.HeaderClassName
{
color: #178A8E;
}
.AnyTagClassName
{
color: #178A8E;
}
</style>
background-color css
<style>
a { background-color: #178A8E; }
a { background-color: rgb(23,138,142); }
div.DivClassName
{
background-color: #178A8E;
}
.BgClassName
{
background-color: #178A8E;
}
</style>
border-color css
<style>
span { border-color: #178A8E; }
span { border-color: rgb(23,138,142); }
td.TdClassName
{
border-color: #178A8E;
}
.TagClassName
{
border-color: #178A8E;
}
</style>