Shades of Java #149D9A
Tints of Java #149D9A
RGB
CMYK
RGB Variations
Color information
#149D9A (or 0x149D9A) is known color: Java. HEX triplet: 14, 9D and 9A. RGB value is (20,157,154). Sum of RGB (Red+Green+Blue) = 20+157+154=331 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.04% from 331); Green value is 157 (61.72% from 255 or 47.43% from 331); Blue value is 154 (60.55% from 255 or 46.53% from 331); Max value from RGB is 157 - color contains mainly: green. Hex color #149D9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149D9A is #EB6265. Grayscale: #737373. Windows color (decimal): -15426150 or 10132756. OLE color: 10132756.
HSL color Cylindrical-coordinate representation of color #149D9A: hue angle of 178.69º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149D9A is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 157 | 154 | - |
| CMYK | 0.87 | 0 | 0.02 | 0.38 |
| HSL | 178.69º | 0.77% | 0.35% | - |
| HSV(B) | 178.69º | 0.87% | 0.62% | - |
| XYZ | 18.18 | 26.6 | 34.75 | - |
| YUV | 115.7 | 149.61 | 59.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 157 | 154 | 0.87 | 0 | 0.02 | 0.38 | 178.69 | 0.77 | 0.35 |
| Hex | 14 | 9D | 9A | 57 | 0 | 2 | 26 | B3 | 4D | 23 |
| Octal | 24 | 235 | 232 | 127 | 0 | 2 | 46 | 263 | 115 | 43 |
| Binary | 10100 | 10011101 | 10011010 | 1010111 | 0 | 10 | 100110 | 10110011 | 1001101 | 100011 |
Color Harmonies of #149D9A
Complementary color
Monochromatic Colors of #149D9A
Black with #149D9A
Text Example
Text Example
White with #149D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149D9A; }
p { color: rgb(20,157,154); }
H1.HeaderClassName
{
color: #149D9A;
}
.AnyTagClassName
{
color: #149D9A;
}
</style>
background-color css
<style>
a { background-color: #149D9A; }
a { background-color: rgb(20,157,154); }
div.DivClassName
{
background-color: #149D9A;
}
.BgClassName
{
background-color: #149D9A;
}
</style>
border-color css
<style>
span { border-color: #149D9A; }
span { border-color: rgb(20,157,154); }
td.TdClassName
{
border-color: #149D9A;
}
.TagClassName
{
border-color: #149D9A;
}
</style>