Shades of Java #159A8A
Tints of Java #159A8A
RGB
CMYK
RGB Variations
Color information
#159A8A (or 0x159A8A) is known color: Java. HEX triplet: 15, 9A and 8A. RGB value is (21,154,138). Sum of RGB (Red+Green+Blue) = 21+154+138=313 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.71% from 313); Green value is 154 (60.55% from 255 or 49.20% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 154 - color contains mainly: green. Hex color #159A8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159A8A is #EA6575. Grayscale: #707070. Windows color (decimal): -15361398 or 9083413. OLE color: 9083413.
HSL color Cylindrical-coordinate representation of color #159A8A: hue angle of 172.78º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159A8A is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 21 | 154 | 138 | - |
| CMYK | 0.86 | 0 | 0.10 | 0.40 |
| HSL | 172.78º | 0.76% | 0.34% | - |
| HSV(B) | 172.78º | 0.86% | 0.6% | - |
| XYZ | 16.45 | 25.11 | 28.02 | - |
| YUV | 112.41 | 142.44 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 154 | 138 | 0.86 | 0 | 0.10 | 0.40 | 172.78 | 0.76 | 0.34 |
| Hex | 15 | 9A | 8A | 56 | 0 | A | 28 | AD | 4C | 22 |
| Octal | 25 | 232 | 212 | 126 | 0 | 12 | 50 | 255 | 114 | 42 |
| Binary | 10101 | 10011010 | 10001010 | 1010110 | 0 | 1010 | 101000 | 10101101 | 1001100 | 100010 |
Color Harmonies of #159A8A
Complementary color
Monochromatic Colors of #159A8A
Black with #159A8A
Text Example
Text Example
White with #159A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159A8A; }
p { color: rgb(21,154,138); }
H1.HeaderClassName
{
color: #159A8A;
}
.AnyTagClassName
{
color: #159A8A;
}
</style>
background-color css
<style>
a { background-color: #159A8A; }
a { background-color: rgb(21,154,138); }
div.DivClassName
{
background-color: #159A8A;
}
.BgClassName
{
background-color: #159A8A;
}
</style>
border-color css
<style>
span { border-color: #159A8A; }
span { border-color: rgb(21,154,138); }
td.TdClassName
{
border-color: #159A8A;
}
.TagClassName
{
border-color: #159A8A;
}
</style>