Shades of Java #149C9A
Tints of Java #149C9A
RGB
CMYK
RGB Variations
Color information
#149C9A (or 0x149C9A) is known color: Java. HEX triplet: 14, 9C and 9A. RGB value is (20,156,154). Sum of RGB (Red+Green+Blue) = 20+156+154=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 156 - color contains mainly: green. Hex color #149C9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149C9A is #EB6365. Grayscale: #727272. Windows color (decimal): -15426406 or 10132500. OLE color: 10132500.
HSL color Cylindrical-coordinate representation of color #149C9A: hue angle of 179.12º 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 #149C9A is Cyan = 0.87, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 156 | 154 | - |
| CMYK | 0.87 | 0 | 0.01 | 0.39 |
| HSL | 179.12º | 0.77% | 0.35% | - |
| HSV(B) | 179.12º | 0.87% | 0.61% | - |
| XYZ | 18.01 | 26.26 | 34.69 | - |
| YUV | 115.11 | 149.94 | 60.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 154 | 0.87 | 0 | 0.01 | 0.39 | 179.12 | 0.77 | 0.35 |
| Hex | 14 | 9C | 9A | 57 | 0 | 1 | 27 | B3 | 4D | 23 |
| Octal | 24 | 234 | 232 | 127 | 0 | 1 | 47 | 263 | 115 | 43 |
| Binary | 10100 | 10011100 | 10011010 | 1010111 | 0 | 1 | 100111 | 10110011 | 1001101 | 100011 |
Color Harmonies of #149C9A
Complementary color
Monochromatic Colors of #149C9A
Black with #149C9A
Text Example
Text Example
White with #149C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149C9A; }
p { color: rgb(20,156,154); }
H1.HeaderClassName
{
color: #149C9A;
}
.AnyTagClassName
{
color: #149C9A;
}
</style>
background-color css
<style>
a { background-color: #149C9A; }
a { background-color: rgb(20,156,154); }
div.DivClassName
{
background-color: #149C9A;
}
.BgClassName
{
background-color: #149C9A;
}
</style>
border-color css
<style>
span { border-color: #149C9A; }
span { border-color: rgb(20,156,154); }
td.TdClassName
{
border-color: #149C9A;
}
.TagClassName
{
border-color: #149C9A;
}
</style>