Shades of Java #159594
Tints of Java #159594
RGB
CMYK
RGB Variations
Color information
#159594 (or 0x159594) is known color: Java. HEX triplet: 15, 95 and 94. RGB value is (21,149,148). Sum of RGB (Red+Green+Blue) = 21+149+148=318 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.60% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 148 (58.20% from 255 or 46.54% from 318); Max value from RGB is 149 - color contains mainly: green. Hex color #159594 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159594 is #EA6A6B. Grayscale: #6E6E6E. Windows color (decimal): -15362668 or 9737493. OLE color: 9737493.
HSL color Cylindrical-coordinate representation of color #159594: hue angle of 179.53º 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 #159594 is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 149 | 148 | - |
| CMYK | 0.86 | 0 | 0.01 | 0.42 |
| HSL | 179.53º | 0.75% | 0.33% | - |
| HSV(B) | 179.53º | 0.86% | 0.58% | - |
| XYZ | 16.4 | 23.79 | 31.74 | - |
| YUV | 110.61 | 149.09 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 149 | 148 | 0.86 | 0 | 0.01 | 0.42 | 179.53 | 0.75 | 0.33 |
| Hex | 15 | 95 | 94 | 56 | 0 | 1 | 2A | B4 | 4B | 21 |
| Octal | 25 | 225 | 224 | 126 | 0 | 1 | 52 | 264 | 113 | 41 |
| Binary | 10101 | 10010101 | 10010100 | 1010110 | 0 | 1 | 101010 | 10110100 | 1001011 | 100001 |
Color Harmonies of #159594
Complementary color
Monochromatic Colors of #159594
Black with #159594
Text Example
Text Example
White with #159594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159594; }
p { color: rgb(21,149,148); }
H1.HeaderClassName
{
color: #159594;
}
.AnyTagClassName
{
color: #159594;
}
</style>
background-color css
<style>
a { background-color: #159594; }
a { background-color: rgb(21,149,148); }
div.DivClassName
{
background-color: #159594;
}
.BgClassName
{
background-color: #159594;
}
</style>
border-color css
<style>
span { border-color: #159594; }
span { border-color: rgb(21,149,148); }
td.TdClassName
{
border-color: #159594;
}
.TagClassName
{
border-color: #159594;
}
</style>