Shades of Java #17939A
Tints of Java #17939A
RGB
CMYK
RGB Variations
Color information
#17939A (or 0x17939A) is known color: Java. HEX triplet: 17, 93 and 9A. RGB value is (23,147,154). Sum of RGB (Red+Green+Blue) = 23+147+154=324 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.10% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 154 (60.55% from 255 or 47.53% from 324); Max value from RGB is 154 - color contains mainly: blue. Hex color #17939A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17939A is #E86C65. Grayscale: #6E6E6E. Windows color (decimal): -15232102 or 10130199. OLE color: 10130199.
HSL color Cylindrical-coordinate representation of color #17939A: hue angle of 183.21º 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 #17939A is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 23 | 147 | 154 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.40 |
| HSL | 183.21º | 0.74% | 0.35% | - |
| HSV(B) | 183.21º | 0.85% | 0.6% | - |
| XYZ | 16.62 | 23.38 | 34.21 | - |
| YUV | 110.72 | 152.42 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 147 | 154 | 0.85 | 0.05 | 0 | 0.40 | 183.21 | 0.74 | 0.35 |
| Hex | 17 | 93 | 9A | 55 | 5 | 0 | 28 | B7 | 4A | 23 |
| Octal | 27 | 223 | 232 | 125 | 5 | 0 | 50 | 267 | 112 | 43 |
| Binary | 10111 | 10010011 | 10011010 | 1010101 | 101 | 0 | 101000 | 10110111 | 1001010 | 100011 |
Color Harmonies of #17939A
Complementary color
Monochromatic Colors of #17939A
Black with #17939A
Text Example
Text Example
White with #17939A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17939A; }
p { color: rgb(23,147,154); }
H1.HeaderClassName
{
color: #17939A;
}
.AnyTagClassName
{
color: #17939A;
}
</style>
background-color css
<style>
a { background-color: #17939A; }
a { background-color: rgb(23,147,154); }
div.DivClassName
{
background-color: #17939A;
}
.BgClassName
{
background-color: #17939A;
}
</style>
border-color css
<style>
span { border-color: #17939A; }
span { border-color: rgb(23,147,154); }
td.TdClassName
{
border-color: #17939A;
}
.TagClassName
{
border-color: #17939A;
}
</style>