Shades of Java #159D8C
Tints of Java #159D8C
RGB
CMYK
RGB Variations
Color information
#159D8C (or 0x159D8C) is known color: Java. HEX triplet: 15, 9D and 8C. RGB value is (21,157,140). Sum of RGB (Red+Green+Blue) = 21+157+140=318 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.60% from 318); Green value is 157 (61.72% from 255 or 49.37% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 157 - color contains mainly: green. Hex color #159D8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159D8C is #EA6273. Grayscale: #727272. Windows color (decimal): -15360628 or 9215253. OLE color: 9215253.
HSL color Cylindrical-coordinate representation of color #159D8C: hue angle of 172.5º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #159D8C is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 21 | 157 | 140 | - |
| CMYK | 0.87 | 0 | 0.11 | 0.38 |
| HSL | 172.5º | 0.76% | 0.35% | - |
| HSV(B) | 172.5º | 0.87% | 0.62% | - |
| XYZ | 17.1 | 26.17 | 28.96 | - |
| YUV | 114.4 | 142.44 | 61.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 157 | 140 | 0.87 | 0 | 0.11 | 0.38 | 172.5 | 0.76 | 0.35 |
| Hex | 15 | 9D | 8C | 57 | 0 | B | 26 | AC | 4C | 23 |
| Octal | 25 | 235 | 214 | 127 | 0 | 13 | 46 | 254 | 114 | 43 |
| Binary | 10101 | 10011101 | 10001100 | 1010111 | 0 | 1011 | 100110 | 10101100 | 1001100 | 100011 |
Color Harmonies of #159D8C
Complementary color
Monochromatic Colors of #159D8C
Black with #159D8C
Text Example
Text Example
White with #159D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159D8C; }
p { color: rgb(21,157,140); }
H1.HeaderClassName
{
color: #159D8C;
}
.AnyTagClassName
{
color: #159D8C;
}
</style>
background-color css
<style>
a { background-color: #159D8C; }
a { background-color: rgb(21,157,140); }
div.DivClassName
{
background-color: #159D8C;
}
.BgClassName
{
background-color: #159D8C;
}
</style>
border-color css
<style>
span { border-color: #159D8C; }
span { border-color: rgb(21,157,140); }
td.TdClassName
{
border-color: #159D8C;
}
.TagClassName
{
border-color: #159D8C;
}
</style>