Shades of Java #178C8B
Tints of Java #178C8B
RGB
CMYK
RGB Variations
Color information
#178C8B (or 0x178C8B) is known color: Java. HEX triplet: 17, 8C and 8B. RGB value is (23,140,139). Sum of RGB (Red+Green+Blue) = 23+140+139=302 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.62% from 302); Green value is 140 (55.08% from 255 or 46.36% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 140 - color contains mainly: green. Hex color #178C8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178C8B is #E87374. Grayscale: #686868. Windows color (decimal): -15233909 or 9145367. OLE color: 9145367.
HSL color Cylindrical-coordinate representation of color #178C8B: hue angle of 179.49º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #178C8B is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 140 | 139 | - |
| CMYK | 0.84 | 0 | 0.01 | 0.45 |
| HSL | 179.49º | 0.72% | 0.32% | - |
| HSV(B) | 179.49º | 0.84% | 0.55% | - |
| XYZ | 14.39 | 20.8 | 27.68 | - |
| YUV | 104.9 | 147.24 | 69.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 140 | 139 | 0.84 | 0 | 0.01 | 0.45 | 179.49 | 0.72 | 0.32 |
| Hex | 17 | 8C | 8B | 54 | 0 | 1 | 2D | B3 | 48 | 20 |
| Octal | 27 | 214 | 213 | 124 | 0 | 1 | 55 | 263 | 110 | 40 |
| Binary | 10111 | 10001100 | 10001011 | 1010100 | 0 | 1 | 101101 | 10110011 | 1001000 | 100000 |
Color Harmonies of #178C8B
Complementary color
Monochromatic Colors of #178C8B
Black with #178C8B
Text Example
Text Example
White with #178C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178C8B; }
p { color: rgb(23,140,139); }
H1.HeaderClassName
{
color: #178C8B;
}
.AnyTagClassName
{
color: #178C8B;
}
</style>
background-color css
<style>
a { background-color: #178C8B; }
a { background-color: rgb(23,140,139); }
div.DivClassName
{
background-color: #178C8B;
}
.BgClassName
{
background-color: #178C8B;
}
</style>
border-color css
<style>
span { border-color: #178C8B; }
span { border-color: rgb(23,140,139); }
td.TdClassName
{
border-color: #178C8B;
}
.TagClassName
{
border-color: #178C8B;
}
</style>