Shades of Java #17969A
Tints of Java #17969A
RGB
CMYK
RGB Variations
Color information
#17969A (or 0x17969A) is known color: Java. HEX triplet: 17, 96 and 9A. RGB value is (23,150,154). Sum of RGB (Red+Green+Blue) = 23+150+154=327 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.03% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 154 (60.55% from 255 or 47.09% from 327); Max value from RGB is 154 - color contains mainly: blue. Hex color #17969A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17969A is #E86965. Grayscale: #707070. Windows color (decimal): -15231334 or 10130967. OLE color: 10130967.
HSL color Cylindrical-coordinate representation of color #17969A: hue angle of 181.83º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17969A is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 23 | 150 | 154 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.40 |
| HSL | 181.83º | 0.74% | 0.35% | - |
| HSV(B) | 181.83º | 0.85% | 0.6% | - |
| XYZ | 17.09 | 24.33 | 34.37 | - |
| YUV | 112.48 | 151.42 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 150 | 154 | 0.85 | 0.03 | 0 | 0.40 | 181.83 | 0.74 | 0.35 |
| Hex | 17 | 96 | 9A | 55 | 3 | 0 | 28 | B6 | 4A | 23 |
| Octal | 27 | 226 | 232 | 125 | 3 | 0 | 50 | 266 | 112 | 43 |
| Binary | 10111 | 10010110 | 10011010 | 1010101 | 11 | 0 | 101000 | 10110110 | 1001010 | 100011 |
Color Harmonies of #17969A
Complementary color
Monochromatic Colors of #17969A
Black with #17969A
Text Example
Text Example
White with #17969A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17969A; }
p { color: rgb(23,150,154); }
H1.HeaderClassName
{
color: #17969A;
}
.AnyTagClassName
{
color: #17969A;
}
</style>
background-color css
<style>
a { background-color: #17969A; }
a { background-color: rgb(23,150,154); }
div.DivClassName
{
background-color: #17969A;
}
.BgClassName
{
background-color: #17969A;
}
</style>
border-color css
<style>
span { border-color: #17969A; }
span { border-color: rgb(23,150,154); }
td.TdClassName
{
border-color: #17969A;
}
.TagClassName
{
border-color: #17969A;
}
</style>