Shades of Java #14968A
Tints of Java #14968A
RGB
CMYK
RGB Variations
Color information
#14968A (or 0x14968A) is known color: Java. HEX triplet: 14, 96 and 8A. RGB value is (20,150,138). Sum of RGB (Red+Green+Blue) = 20+150+138=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 150 (58.98% from 255 or 48.70% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 150 - color contains mainly: green. Hex color #14968A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14968A is #EB6975. Grayscale: #6D6D6D. Windows color (decimal): -15427958 or 9082388. OLE color: 9082388.
HSL color Cylindrical-coordinate representation of color #14968A: hue angle of 174.46º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14968A is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 150 | 138 | - |
| CMYK | 0.87 | 0 | 0.08 | 0.41 |
| HSL | 174.46º | 0.76% | 0.33% | - |
| HSV(B) | 174.46º | 0.87% | 0.59% | - |
| XYZ | 15.78 | 23.8 | 27.81 | - |
| YUV | 109.76 | 143.93 | 63.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 150 | 138 | 0.87 | 0 | 0.08 | 0.41 | 174.46 | 0.76 | 0.33 |
| Hex | 14 | 96 | 8A | 57 | 0 | 8 | 29 | AE | 4C | 21 |
| Octal | 24 | 226 | 212 | 127 | 0 | 10 | 51 | 256 | 114 | 41 |
| Binary | 10100 | 10010110 | 10001010 | 1010111 | 0 | 1000 | 101001 | 10101110 | 1001100 | 100001 |
Color Harmonies of #14968A
Complementary color
Monochromatic Colors of #14968A
Black with #14968A
Text Example
Text Example
White with #14968A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14968A; }
p { color: rgb(20,150,138); }
H1.HeaderClassName
{
color: #14968A;
}
.AnyTagClassName
{
color: #14968A;
}
</style>
background-color css
<style>
a { background-color: #14968A; }
a { background-color: rgb(20,150,138); }
div.DivClassName
{
background-color: #14968A;
}
.BgClassName
{
background-color: #14968A;
}
</style>
border-color css
<style>
span { border-color: #14968A; }
span { border-color: rgb(20,150,138); }
td.TdClassName
{
border-color: #14968A;
}
.TagClassName
{
border-color: #14968A;
}
</style>