Shades of Java #159C9A
Tints of Java #159C9A
RGB
CMYK
RGB Variations
Color information
#159C9A (or 0x159C9A) is known color: Java. HEX triplet: 15, 9C and 9A. RGB value is (21,156,154). Sum of RGB (Red+Green+Blue) = 21+156+154=331 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.34% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 154 (60.55% from 255 or 46.53% from 331); Max value from RGB is 156 - color contains mainly: green. Hex color #159C9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159C9A is #EA6365. Grayscale: #737373. Windows color (decimal): -15360870 or 10132501. OLE color: 10132501.
HSL color Cylindrical-coordinate representation of color #159C9A: hue angle of 179.11º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #159C9A is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 156 | 154 | - |
| CMYK | 0.87 | 0 | 0.01 | 0.39 |
| HSL | 179.11º | 0.76% | 0.35% | - |
| HSV(B) | 179.11º | 0.87% | 0.61% | - |
| XYZ | 18.03 | 26.27 | 34.69 | - |
| YUV | 115.41 | 149.77 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 156 | 154 | 0.87 | 0 | 0.01 | 0.39 | 179.11 | 0.76 | 0.35 |
| Hex | 15 | 9C | 9A | 57 | 0 | 1 | 27 | B3 | 4C | 23 |
| Octal | 25 | 234 | 232 | 127 | 0 | 1 | 47 | 263 | 114 | 43 |
| Binary | 10101 | 10011100 | 10011010 | 1010111 | 0 | 1 | 100111 | 10110011 | 1001100 | 100011 |
Color Harmonies of #159C9A
Complementary color
Monochromatic Colors of #159C9A
Black with #159C9A
Text Example
Text Example
White with #159C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159C9A; }
p { color: rgb(21,156,154); }
H1.HeaderClassName
{
color: #159C9A;
}
.AnyTagClassName
{
color: #159C9A;
}
</style>
background-color css
<style>
a { background-color: #159C9A; }
a { background-color: rgb(21,156,154); }
div.DivClassName
{
background-color: #159C9A;
}
.BgClassName
{
background-color: #159C9A;
}
</style>
border-color css
<style>
span { border-color: #159C9A; }
span { border-color: rgb(21,156,154); }
td.TdClassName
{
border-color: #159C9A;
}
.TagClassName
{
border-color: #159C9A;
}
</style>