Shades of Java #17939B
Tints of Java #17939B
RGB
CMYK
RGB Variations
Color information
#17939B (or 0x17939B) is known color: Java. HEX triplet: 17, 93 and 9B. RGB value is (23,147,155). Sum of RGB (Red+Green+Blue) = 23+147+155=325 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.08% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #17939B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17939B is #E86C64. Grayscale: #6E6E6E. Windows color (decimal): -15232101 or 10195735. OLE color: 10195735.
HSL color Cylindrical-coordinate representation of color #17939B: hue angle of 183.64º 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 #17939B is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 23 | 147 | 155 | - |
| CMYK | 0.85 | 0.05 | 0 | 0.39 |
| HSL | 183.64º | 0.74% | 0.35% | - |
| HSV(B) | 183.64º | 0.85% | 0.61% | - |
| XYZ | 16.7 | 23.42 | 34.65 | - |
| YUV | 110.84 | 152.92 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 147 | 155 | 0.85 | 0.05 | 0 | 0.39 | 183.64 | 0.74 | 0.35 |
| Hex | 17 | 93 | 9B | 55 | 5 | 0 | 27 | B8 | 4A | 23 |
| Octal | 27 | 223 | 233 | 125 | 5 | 0 | 47 | 270 | 112 | 43 |
| Binary | 10111 | 10010011 | 10011011 | 1010101 | 101 | 0 | 100111 | 10111000 | 1001010 | 100011 |
Color Harmonies of #17939B
Complementary color
Monochromatic Colors of #17939B
Black with #17939B
Text Example
Text Example
White with #17939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17939B; }
p { color: rgb(23,147,155); }
H1.HeaderClassName
{
color: #17939B;
}
.AnyTagClassName
{
color: #17939B;
}
</style>
background-color css
<style>
a { background-color: #17939B; }
a { background-color: rgb(23,147,155); }
div.DivClassName
{
background-color: #17939B;
}
.BgClassName
{
background-color: #17939B;
}
</style>
border-color css
<style>
span { border-color: #17939B; }
span { border-color: rgb(23,147,155); }
td.TdClassName
{
border-color: #17939B;
}
.TagClassName
{
border-color: #17939B;
}
</style>