Shades of Java #159494
Tints of Java #159494
RGB
CMYK
RGB Variations
Color information
#159494 (or 0x159494) is known color: Java. HEX triplet: 15, 94 and 94. RGB value is (21,148,148). Sum of RGB (Red+Green+Blue) = 21+148+148=317 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.62% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 148 - color contains mainly: green, blue. Hex color #159494 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159494 is #EA6B6B. Grayscale: #6D6D6D. Windows color (decimal): -15362924 or 9737237. OLE color: 9737237.
HSL color Cylindrical-coordinate representation of color #159494: hue angle of 180º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159494 is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 148 | 148 | - |
| CMYK | 0.86 | 0 | 0 | 0.42 |
| HSL | 180º | 0.75% | 0.33% | - |
| HSV(B) | 180º | 0.86% | 0.58% | - |
| XYZ | 16.24 | 23.48 | 31.69 | - |
| YUV | 110.03 | 149.42 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 148 | 148 | 0.86 | 0 | 0 | 0.42 | 180 | 0.75 | 0.33 |
| Hex | 15 | 94 | 94 | 56 | 0 | 0 | 2A | B4 | 4B | 21 |
| Octal | 25 | 224 | 224 | 126 | 0 | 0 | 52 | 264 | 113 | 41 |
| Binary | 10101 | 10010100 | 10010100 | 1010110 | 0 | 0 | 101010 | 10110100 | 1001011 | 100001 |
Color Harmonies of #159494
Complementary color
Monochromatic Colors of #159494
Black with #159494
Text Example
Text Example
White with #159494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159494; }
p { color: rgb(21,148,148); }
H1.HeaderClassName
{
color: #159494;
}
.AnyTagClassName
{
color: #159494;
}
</style>
background-color css
<style>
a { background-color: #159494; }
a { background-color: rgb(21,148,148); }
div.DivClassName
{
background-color: #159494;
}
.BgClassName
{
background-color: #159494;
}
</style>
border-color css
<style>
span { border-color: #159494; }
span { border-color: rgb(21,148,148); }
td.TdClassName
{
border-color: #159494;
}
.TagClassName
{
border-color: #159494;
}
</style>