Shades of Java #178E8B
Tints of Java #178E8B
RGB
CMYK
RGB Variations
Color information
#178E8B (or 0x178E8B) is known color: Java. HEX triplet: 17, 8E and 8B. RGB value is (23,142,139). Sum of RGB (Red+Green+Blue) = 23+142+139=304 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.57% from 304); Green value is 142 (55.86% from 255 or 46.71% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 142 - color contains mainly: green. Hex color #178E8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178E8B is #E87174. Grayscale: #696969. Windows color (decimal): -15233397 or 9145879. OLE color: 9145879.
HSL color Cylindrical-coordinate representation of color #178E8B: hue angle of 178.49º 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 #178E8B is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 23 | 142 | 139 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.44 |
| HSL | 178.49º | 0.72% | 0.32% | - |
| HSV(B) | 178.49º | 0.84% | 0.56% | - |
| XYZ | 14.69 | 21.39 | 27.78 | - |
| YUV | 106.08 | 146.58 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 142 | 139 | 0.84 | 0 | 0.02 | 0.44 | 178.49 | 0.72 | 0.32 |
| Hex | 17 | 8E | 8B | 54 | 0 | 2 | 2C | B2 | 48 | 20 |
| Octal | 27 | 216 | 213 | 124 | 0 | 2 | 54 | 262 | 110 | 40 |
| Binary | 10111 | 10001110 | 10001011 | 1010100 | 0 | 10 | 101100 | 10110010 | 1001000 | 100000 |
Color Harmonies of #178E8B
Complementary color
Monochromatic Colors of #178E8B
Black with #178E8B
Text Example
Text Example
White with #178E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178E8B; }
p { color: rgb(23,142,139); }
H1.HeaderClassName
{
color: #178E8B;
}
.AnyTagClassName
{
color: #178E8B;
}
</style>
background-color css
<style>
a { background-color: #178E8B; }
a { background-color: rgb(23,142,139); }
div.DivClassName
{
background-color: #178E8B;
}
.BgClassName
{
background-color: #178E8B;
}
</style>
border-color css
<style>
span { border-color: #178E8B; }
span { border-color: rgb(23,142,139); }
td.TdClassName
{
border-color: #178E8B;
}
.TagClassName
{
border-color: #178E8B;
}
</style>