Shades of Java #159CA4
Tints of Java #159CA4
RGB
CMYK
RGB Variations
Color information
#159CA4 (or 0x159CA4) is known color: Java. HEX triplet: 15, 9C and A4. RGB value is (21,156,164). Sum of RGB (Red+Green+Blue) = 21+156+164=341 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.16% from 341); Green value is 156 (61.33% from 255 or 45.75% from 341); Blue value is 164 (64.45% from 255 or 48.09% from 341); Max value from RGB is 164 - color contains mainly: blue. Hex color #159CA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159CA4 is #EA635B. Grayscale: #747474. Windows color (decimal): -15360860 or 10787861. OLE color: 10787861.
HSL color Cylindrical-coordinate representation of color #159CA4: hue angle of 183.36º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #159CA4 is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 21 | 156 | 164 | - |
| CMYK | 0.87 | 0.05 | 0 | 0.36 |
| HSL | 183.36º | 0.77% | 0.36% | - |
| HSV(B) | 183.36º | 0.87% | 0.64% | - |
| XYZ | 18.9 | 26.62 | 39.26 | - |
| YUV | 116.55 | 154.77 | 59.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 156 | 164 | 0.87 | 0.05 | 0 | 0.36 | 183.36 | 0.77 | 0.36 |
| Hex | 15 | 9C | A4 | 57 | 5 | 0 | 24 | B7 | 4D | 24 |
| Octal | 25 | 234 | 244 | 127 | 5 | 0 | 44 | 267 | 115 | 44 |
| Binary | 10101 | 10011100 | 10100100 | 1010111 | 101 | 0 | 100100 | 10110111 | 1001101 | 100100 |
Color Harmonies of #159CA4
Complementary color
Monochromatic Colors of #159CA4
Black with #159CA4
Text Example
Text Example
White with #159CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159CA4; }
p { color: rgb(21,156,164); }
H1.HeaderClassName
{
color: #159CA4;
}
.AnyTagClassName
{
color: #159CA4;
}
</style>
background-color css
<style>
a { background-color: #159CA4; }
a { background-color: rgb(21,156,164); }
div.DivClassName
{
background-color: #159CA4;
}
.BgClassName
{
background-color: #159CA4;
}
</style>
border-color css
<style>
span { border-color: #159CA4; }
span { border-color: rgb(21,156,164); }
td.TdClassName
{
border-color: #159CA4;
}
.TagClassName
{
border-color: #159CA4;
}
</style>