Shades of Java #149987
Tints of Java #149987
RGB
CMYK
RGB Variations
Color information
#149987 (or 0x149987) is known color: Java. HEX triplet: 14, 99 and 87. RGB value is (20,153,135). Sum of RGB (Red+Green+Blue) = 20+153+135=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 135 (53.12% from 255 or 43.83% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #149987 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149987 is #EB6678. Grayscale: #6F6F6F. Windows color (decimal): -15427193 or 8886548. OLE color: 8886548.
HSL color Cylindrical-coordinate representation of color #149987: hue angle of 171.88º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149987 is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 20 | 153 | 135 | - |
| CMYK | 0.87 | 0 | 0.12 | 0.4 |
| HSL | 171.88º | 0.77% | 0.34% | - |
| HSV(B) | 171.88º | 0.87% | 0.6% | - |
| XYZ | 16.05 | 24.68 | 26.84 | - |
| YUV | 111.18 | 141.44 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 153 | 135 | 0.87 | 0 | 0.12 | 0.4 | 171.88 | 0.77 | 0.34 |
| Hex | 14 | 99 | 87 | 57 | 0 | C | 28 | AC | 4D | 22 |
| Octal | 24 | 231 | 207 | 127 | 0 | 14 | 50 | 254 | 115 | 42 |
| Binary | 10100 | 10011001 | 10000111 | 1010111 | 0 | 1100 | 101000 | 10101100 | 1001101 | 100010 |
Color Harmonies of #149987
Complementary color
Monochromatic Colors of #149987
Black with #149987
Text Example
Text Example
White with #149987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149987; }
p { color: rgb(20,153,135); }
H1.HeaderClassName
{
color: #149987;
}
.AnyTagClassName
{
color: #149987;
}
</style>
background-color css
<style>
a { background-color: #149987; }
a { background-color: rgb(20,153,135); }
div.DivClassName
{
background-color: #149987;
}
.BgClassName
{
background-color: #149987;
}
</style>
border-color css
<style>
span { border-color: #149987; }
span { border-color: rgb(20,153,135); }
td.TdClassName
{
border-color: #149987;
}
.TagClassName
{
border-color: #149987;
}
</style>