Shades of Java #14989C
Tints of Java #14989C
RGB
CMYK
RGB Variations
Color information
#14989C (or 0x14989C) is known color: Java. HEX triplet: 14, 98 and 9C. RGB value is (20,152,156). Sum of RGB (Red+Green+Blue) = 20+152+156=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 156 - color contains mainly: blue. Hex color #14989C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14989C is #EB6763. Grayscale: #707070. Windows color (decimal): -15427428 or 10262548. OLE color: 10262548.
HSL color Cylindrical-coordinate representation of color #14989C: hue angle of 181.76º degrees, saturation: 0.77, 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 #14989C is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 152 | 156 | - |
| CMYK | 0.87 | 0.03 | 0 | 0.39 |
| HSL | 181.76º | 0.77% | 0.35% | - |
| HSV(B) | 181.76º | 0.87% | 0.61% | - |
| XYZ | 17.52 | 25.01 | 35.36 | - |
| YUV | 112.99 | 152.27 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 152 | 156 | 0.87 | 0.03 | 0 | 0.39 | 181.76 | 0.77 | 0.35 |
| Hex | 14 | 98 | 9C | 57 | 3 | 0 | 27 | B6 | 4D | 23 |
| Octal | 24 | 230 | 234 | 127 | 3 | 0 | 47 | 266 | 115 | 43 |
| Binary | 10100 | 10011000 | 10011100 | 1010111 | 11 | 0 | 100111 | 10110110 | 1001101 | 100011 |
Color Harmonies of #14989C
Complementary color
Monochromatic Colors of #14989C
Black with #14989C
Text Example
Text Example
White with #14989C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14989C; }
p { color: rgb(20,152,156); }
H1.HeaderClassName
{
color: #14989C;
}
.AnyTagClassName
{
color: #14989C;
}
</style>
background-color css
<style>
a { background-color: #14989C; }
a { background-color: rgb(20,152,156); }
div.DivClassName
{
background-color: #14989C;
}
.BgClassName
{
background-color: #14989C;
}
</style>
border-color css
<style>
span { border-color: #14989C; }
span { border-color: rgb(20,152,156); }
td.TdClassName
{
border-color: #14989C;
}
.TagClassName
{
border-color: #14989C;
}
</style>