Shades of Java #1796A0
Tints of Java #1796A0
RGB
CMYK
RGB Variations
Color information
#1796A0 (or 0x1796A0) is known color: Java. HEX triplet: 17, 96 and A0. RGB value is (23,150,160). Sum of RGB (Red+Green+Blue) = 23+150+160=333 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.91% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 160 (62.89% from 255 or 48.05% from 333); Max value from RGB is 160 - color contains mainly: blue. Hex color #1796A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1796A0 is #E8695F. Grayscale: #717171. Windows color (decimal): -15231328 or 10524183. OLE color: 10524183.
HSL color Cylindrical-coordinate representation of color #1796A0: hue angle of 184.38º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1796A0 is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 23 | 150 | 160 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.37 |
| HSL | 184.38º | 0.75% | 0.36% | - |
| HSV(B) | 184.38º | 0.86% | 0.63% | - |
| XYZ | 17.6 | 24.53 | 37.07 | - |
| YUV | 113.17 | 154.42 | 63.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 150 | 160 | 0.86 | 0.06 | 0 | 0.37 | 184.38 | 0.75 | 0.36 |
| Hex | 17 | 96 | A0 | 56 | 6 | 0 | 25 | B8 | 4B | 24 |
| Octal | 27 | 226 | 240 | 126 | 6 | 0 | 45 | 270 | 113 | 44 |
| Binary | 10111 | 10010110 | 10100000 | 1010110 | 110 | 0 | 100101 | 10111000 | 1001011 | 100100 |
Color Harmonies of #1796A0
Complementary color
Monochromatic Colors of #1796A0
Black with #1796A0
Text Example
Text Example
White with #1796A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1796A0; }
p { color: rgb(23,150,160); }
H1.HeaderClassName
{
color: #1796A0;
}
.AnyTagClassName
{
color: #1796A0;
}
</style>
background-color css
<style>
a { background-color: #1796A0; }
a { background-color: rgb(23,150,160); }
div.DivClassName
{
background-color: #1796A0;
}
.BgClassName
{
background-color: #1796A0;
}
</style>
border-color css
<style>
span { border-color: #1796A0; }
span { border-color: rgb(23,150,160); }
td.TdClassName
{
border-color: #1796A0;
}
.TagClassName
{
border-color: #1796A0;
}
</style>