Shades of Java #14A19B
Tints of Java #14A19B
RGB
CMYK
RGB Variations
Color information
#14A19B (or 0x14A19B) is known color: Java. HEX triplet: 14, A1 and 9B. RGB value is (20,161,155). Sum of RGB (Red+Green+Blue) = 20+161+155=336 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.95% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 161 - color contains mainly: green. Hex color #14A19B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A19B is #EB5E64. Grayscale: #767676. Windows color (decimal): -15425125 or 10199316. OLE color: 10199316.
HSL color Cylindrical-coordinate representation of color #14A19B: hue angle of 177.45º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A19B is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 20 | 161 | 155 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.37 |
| HSL | 177.45º | 0.78% | 0.35% | - |
| HSV(B) | 177.45º | 0.88% | 0.63% | - |
| XYZ | 18.95 | 28.01 | 35.42 | - |
| YUV | 118.16 | 148.79 | 57.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 161 | 155 | 0.88 | 0 | 0.04 | 0.37 | 177.45 | 0.78 | 0.35 |
| Hex | 14 | A1 | 9B | 58 | 0 | 4 | 25 | B1 | 4E | 23 |
| Octal | 24 | 241 | 233 | 130 | 0 | 4 | 45 | 261 | 116 | 43 |
| Binary | 10100 | 10100001 | 10011011 | 1011000 | 0 | 100 | 100101 | 10110001 | 1001110 | 100011 |
Color Harmonies of #14A19B
Complementary color
Monochromatic Colors of #14A19B
Black with #14A19B
Text Example
Text Example
White with #14A19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A19B; }
p { color: rgb(20,161,155); }
H1.HeaderClassName
{
color: #14A19B;
}
.AnyTagClassName
{
color: #14A19B;
}
</style>
background-color css
<style>
a { background-color: #14A19B; }
a { background-color: rgb(20,161,155); }
div.DivClassName
{
background-color: #14A19B;
}
.BgClassName
{
background-color: #14A19B;
}
</style>
border-color css
<style>
span { border-color: #14A19B; }
span { border-color: rgb(20,161,155); }
td.TdClassName
{
border-color: #14A19B;
}
.TagClassName
{
border-color: #14A19B;
}
</style>