Shades of Java #17969B
Tints of Java #17969B
RGB
CMYK
RGB Variations
Color information
#17969B (or 0x17969B) is known color: Java. HEX triplet: 17, 96 and 9B. RGB value is (23,150,155). Sum of RGB (Red+Green+Blue) = 23+150+155=328 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.01% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #17969B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17969B is #E86964. Grayscale: #707070. Windows color (decimal): -15231333 or 10196503. OLE color: 10196503.
HSL color Cylindrical-coordinate representation of color #17969B: hue angle of 182.27º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17969B is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 150 | 155 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.39 |
| HSL | 182.27º | 0.74% | 0.35% | - |
| HSV(B) | 182.27º | 0.85% | 0.61% | - |
| XYZ | 17.18 | 24.36 | 34.81 | - |
| YUV | 112.6 | 151.92 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 150 | 155 | 0.85 | 0.03 | 0 | 0.39 | 182.27 | 0.74 | 0.35 |
| Hex | 17 | 96 | 9B | 55 | 3 | 0 | 27 | B6 | 4A | 23 |
| Octal | 27 | 226 | 233 | 125 | 3 | 0 | 47 | 266 | 112 | 43 |
| Binary | 10111 | 10010110 | 10011011 | 1010101 | 11 | 0 | 100111 | 10110110 | 1001010 | 100011 |
Color Harmonies of #17969B
Complementary color
Monochromatic Colors of #17969B
Black with #17969B
Text Example
Text Example
White with #17969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17969B; }
p { color: rgb(23,150,155); }
H1.HeaderClassName
{
color: #17969B;
}
.AnyTagClassName
{
color: #17969B;
}
</style>
background-color css
<style>
a { background-color: #17969B; }
a { background-color: rgb(23,150,155); }
div.DivClassName
{
background-color: #17969B;
}
.BgClassName
{
background-color: #17969B;
}
</style>
border-color css
<style>
span { border-color: #17969B; }
span { border-color: rgb(23,150,155); }
td.TdClassName
{
border-color: #17969B;
}
.TagClassName
{
border-color: #17969B;
}
</style>