Shades of Java #14988B
Tints of Java #14988B
RGB
CMYK
RGB Variations
Color information
#14988B (or 0x14988B) is known color: Java. HEX triplet: 14, 98 and 8B. RGB value is (20,152,139). Sum of RGB (Red+Green+Blue) = 20+152+139=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #14988B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14988B is #EB6774. Grayscale: #6E6E6E. Windows color (decimal): -15427445 or 9148436. OLE color: 9148436.
HSL color Cylindrical-coordinate representation of color #14988B: hue angle of 174.09º 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 #14988B is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 20 | 152 | 139 | - |
| CMYK | 0.87 | 0 | 0.09 | 0.40 |
| HSL | 174.09º | 0.77% | 0.34% | - |
| HSV(B) | 174.09º | 0.87% | 0.6% | - |
| XYZ | 16.18 | 24.47 | 28.3 | - |
| YUV | 111.05 | 143.77 | 63.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 152 | 139 | 0.87 | 0 | 0.09 | 0.40 | 174.09 | 0.77 | 0.34 |
| Hex | 14 | 98 | 8B | 57 | 0 | 9 | 28 | AE | 4D | 22 |
| Octal | 24 | 230 | 213 | 127 | 0 | 11 | 50 | 256 | 115 | 42 |
| Binary | 10100 | 10011000 | 10001011 | 1010111 | 0 | 1001 | 101000 | 10101110 | 1001101 | 100010 |
Color Harmonies of #14988B
Complementary color
Monochromatic Colors of #14988B
Black with #14988B
Text Example
Text Example
White with #14988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14988B; }
p { color: rgb(20,152,139); }
H1.HeaderClassName
{
color: #14988B;
}
.AnyTagClassName
{
color: #14988B;
}
</style>
background-color css
<style>
a { background-color: #14988B; }
a { background-color: rgb(20,152,139); }
div.DivClassName
{
background-color: #14988B;
}
.BgClassName
{
background-color: #14988B;
}
</style>
border-color css
<style>
span { border-color: #14988B; }
span { border-color: rgb(20,152,139); }
td.TdClassName
{
border-color: #14988B;
}
.TagClassName
{
border-color: #14988B;
}
</style>