Shades of Java #159C8A
Tints of Java #159C8A
RGB
CMYK
RGB Variations
Color information
#159C8A (or 0x159C8A) is known color: Java. HEX triplet: 15, 9C and 8A. RGB value is (21,156,138). Sum of RGB (Red+Green+Blue) = 21+156+138=315 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.67% from 315); Green value is 156 (61.33% from 255 or 49.52% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 156 - color contains mainly: green. Hex color #159C8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159C8A is #EA6375. Grayscale: #717171. Windows color (decimal): -15360886 or 9083925. OLE color: 9083925.
HSL color Cylindrical-coordinate representation of color #159C8A: hue angle of 172º 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 #159C8A is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 21 | 156 | 138 | - |
| CMYK | 0.87 | 0 | 0.12 | 0.39 |
| HSL | 172º | 0.76% | 0.35% | - |
| HSV(B) | 172º | 0.87% | 0.61% | - |
| XYZ | 16.79 | 25.77 | 28.13 | - |
| YUV | 113.58 | 141.77 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 156 | 138 | 0.87 | 0 | 0.12 | 0.39 | 172 | 0.76 | 0.35 |
| Hex | 15 | 9C | 8A | 57 | 0 | C | 27 | AC | 4C | 23 |
| Octal | 25 | 234 | 212 | 127 | 0 | 14 | 47 | 254 | 114 | 43 |
| Binary | 10101 | 10011100 | 10001010 | 1010111 | 0 | 1100 | 100111 | 10101100 | 1001100 | 100011 |
Color Harmonies of #159C8A
Complementary color
Monochromatic Colors of #159C8A
Black with #159C8A
Text Example
Text Example
White with #159C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159C8A; }
p { color: rgb(21,156,138); }
H1.HeaderClassName
{
color: #159C8A;
}
.AnyTagClassName
{
color: #159C8A;
}
</style>
background-color css
<style>
a { background-color: #159C8A; }
a { background-color: rgb(21,156,138); }
div.DivClassName
{
background-color: #159C8A;
}
.BgClassName
{
background-color: #159C8A;
}
</style>
border-color css
<style>
span { border-color: #159C8A; }
span { border-color: rgb(21,156,138); }
td.TdClassName
{
border-color: #159C8A;
}
.TagClassName
{
border-color: #159C8A;
}
</style>