Shades of Java #149A8C
Tints of Java #149A8C
RGB
CMYK
RGB Variations
Color information
#149A8C (or 0x149A8C) is known color: Java. HEX triplet: 14, 9A and 8C. RGB value is (20,154,140). Sum of RGB (Red+Green+Blue) = 20+154+140=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 154 (60.55% from 255 or 49.04% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 154 - color contains mainly: green. Hex color #149A8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149A8C is #EB6573. Grayscale: #707070. Windows color (decimal): -15426932 or 9214484. OLE color: 9214484.
HSL color Cylindrical-coordinate representation of color #149A8C: hue angle of 173.73º 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 #149A8C is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 20 | 154 | 140 | - |
| CMYK | 0.87 | 0 | 0.09 | 0.40 |
| HSL | 173.73º | 0.77% | 0.34% | - |
| HSV(B) | 173.73º | 0.87% | 0.6% | - |
| XYZ | 16.58 | 25.15 | 28.79 | - |
| YUV | 112.34 | 143.61 | 62.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 154 | 140 | 0.87 | 0 | 0.09 | 0.40 | 173.73 | 0.77 | 0.34 |
| Hex | 14 | 9A | 8C | 57 | 0 | 9 | 28 | AE | 4D | 22 |
| Octal | 24 | 232 | 214 | 127 | 0 | 11 | 50 | 256 | 115 | 42 |
| Binary | 10100 | 10011010 | 10001100 | 1010111 | 0 | 1001 | 101000 | 10101110 | 1001101 | 100010 |
Color Harmonies of #149A8C
Complementary color
Monochromatic Colors of #149A8C
Black with #149A8C
Text Example
Text Example
White with #149A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149A8C; }
p { color: rgb(20,154,140); }
H1.HeaderClassName
{
color: #149A8C;
}
.AnyTagClassName
{
color: #149A8C;
}
</style>
background-color css
<style>
a { background-color: #149A8C; }
a { background-color: rgb(20,154,140); }
div.DivClassName
{
background-color: #149A8C;
}
.BgClassName
{
background-color: #149A8C;
}
</style>
border-color css
<style>
span { border-color: #149A8C; }
span { border-color: rgb(20,154,140); }
td.TdClassName
{
border-color: #149A8C;
}
.TagClassName
{
border-color: #149A8C;
}
</style>