Shades of Java #179DA2
Tints of Java #179DA2
RGB
CMYK
RGB Variations
Color information
#179DA2 (or 0x179DA2) is known color: Java. HEX triplet: 17, 9D and A2. RGB value is (23,157,162). Sum of RGB (Red+Green+Blue) = 23+157+162=342 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.73% from 342); Green value is 157 (61.72% from 255 or 45.91% from 342); Blue value is 162 (63.67% from 255 or 47.37% from 342); Max value from RGB is 162 - color contains mainly: blue. Hex color #179DA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #179DA2 is #E8625D. Grayscale: #757575. Windows color (decimal): -15229534 or 10657047. OLE color: 10657047.
HSL color Cylindrical-coordinate representation of color #179DA2: hue angle of 182.16º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #179DA2 is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 23 | 157 | 162 | - |
| CMYK | 0.86 | 0.03 | 0 | 0.36 |
| HSL | 182.16º | 0.75% | 0.36% | - |
| HSV(B) | 182.16º | 0.86% | 0.64% | - |
| XYZ | 18.93 | 26.9 | 38.38 | - |
| YUV | 117.5 | 153.11 | 60.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 157 | 162 | 0.86 | 0.03 | 0 | 0.36 | 182.16 | 0.75 | 0.36 |
| Hex | 17 | 9D | A2 | 56 | 3 | 0 | 24 | B6 | 4B | 24 |
| Octal | 27 | 235 | 242 | 126 | 3 | 0 | 44 | 266 | 113 | 44 |
| Binary | 10111 | 10011101 | 10100010 | 1010110 | 11 | 0 | 100100 | 10110110 | 1001011 | 100100 |
Color Harmonies of #179DA2
Complementary color
Monochromatic Colors of #179DA2
Black with #179DA2
Text Example
Text Example
White with #179DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179DA2; }
p { color: rgb(23,157,162); }
H1.HeaderClassName
{
color: #179DA2;
}
.AnyTagClassName
{
color: #179DA2;
}
</style>
background-color css
<style>
a { background-color: #179DA2; }
a { background-color: rgb(23,157,162); }
div.DivClassName
{
background-color: #179DA2;
}
.BgClassName
{
background-color: #179DA2;
}
</style>
border-color css
<style>
span { border-color: #179DA2; }
span { border-color: rgb(23,157,162); }
td.TdClassName
{
border-color: #179DA2;
}
.TagClassName
{
border-color: #179DA2;
}
</style>