Shades of Java #17928A
Tints of Java #17928A
RGB
CMYK
RGB Variations
Color information
#17928A (or 0x17928A) is known color: Java. HEX triplet: 17, 92 and 8A. RGB value is (23,146,138). Sum of RGB (Red+Green+Blue) = 23+146+138=307 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.49% from 307); Green value is 146 (57.42% from 255 or 47.56% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 146 - color contains mainly: green. Hex color #17928A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17928A is #E86D75. Grayscale: #6C6C6C. Windows color (decimal): -15232374 or 9081367. OLE color: 9081367.
HSL color Cylindrical-coordinate representation of color #17928A: hue angle of 176.1º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17928A is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 23 | 146 | 138 | - |
| CMYK | 0.84 | 0 | 0.05 | 0.43 |
| HSL | 176.1º | 0.73% | 0.33% | - |
| HSV(B) | 176.1º | 0.84% | 0.57% | - |
| XYZ | 15.22 | 22.57 | 27.6 | - |
| YUV | 108.31 | 144.75 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 146 | 138 | 0.84 | 0 | 0.05 | 0.43 | 176.1 | 0.73 | 0.33 |
| Hex | 17 | 92 | 8A | 54 | 0 | 5 | 2B | B0 | 49 | 21 |
| Octal | 27 | 222 | 212 | 124 | 0 | 5 | 53 | 260 | 111 | 41 |
| Binary | 10111 | 10010010 | 10001010 | 1010100 | 0 | 101 | 101011 | 10110000 | 1001001 | 100001 |
Color Harmonies of #17928A
Complementary color
Monochromatic Colors of #17928A
Black with #17928A
Text Example
Text Example
White with #17928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17928A; }
p { color: rgb(23,146,138); }
H1.HeaderClassName
{
color: #17928A;
}
.AnyTagClassName
{
color: #17928A;
}
</style>
background-color css
<style>
a { background-color: #17928A; }
a { background-color: rgb(23,146,138); }
div.DivClassName
{
background-color: #17928A;
}
.BgClassName
{
background-color: #17928A;
}
</style>
border-color css
<style>
span { border-color: #17928A; }
span { border-color: rgb(23,146,138); }
td.TdClassName
{
border-color: #17928A;
}
.TagClassName
{
border-color: #17928A;
}
</style>