Shades of Java #149DA2
Tints of Java #149DA2
RGB
CMYK
RGB Variations
Color information
#149DA2 (or 0x149DA2) is known color: Java. HEX triplet: 14, 9D and A2. RGB value is (20,157,162). Sum of RGB (Red+Green+Blue) = 20+157+162=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 157 (61.72% from 255 or 46.31% from 339); Blue value is 162 (63.67% from 255 or 47.79% from 339); Max value from RGB is 162 - color contains mainly: blue. Hex color #149DA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149DA2 is #EB625D. Grayscale: #747474. Windows color (decimal): -15426142 or 10657044. OLE color: 10657044.
HSL color Cylindrical-coordinate representation of color #149DA2: hue angle of 182.11º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #149DA2 is Cyan = 0.88, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 20 | 157 | 162 | - |
| CMYK | 0.88 | 0.03 | 0 | 0.36 |
| HSL | 182.11º | 0.78% | 0.36% | - |
| HSV(B) | 182.11º | 0.88% | 0.64% | - |
| XYZ | 18.87 | 26.87 | 38.37 | - |
| YUV | 116.61 | 153.61 | 59.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 157 | 162 | 0.88 | 0.03 | 0 | 0.36 | 182.11 | 0.78 | 0.36 |
| Hex | 14 | 9D | A2 | 58 | 3 | 0 | 24 | B6 | 4E | 24 |
| Octal | 24 | 235 | 242 | 130 | 3 | 0 | 44 | 266 | 116 | 44 |
| Binary | 10100 | 10011101 | 10100010 | 1011000 | 11 | 0 | 100100 | 10110110 | 1001110 | 100100 |
Color Harmonies of #149DA2
Complementary color
Monochromatic Colors of #149DA2
Black with #149DA2
Text Example
Text Example
White with #149DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149DA2; }
p { color: rgb(20,157,162); }
H1.HeaderClassName
{
color: #149DA2;
}
.AnyTagClassName
{
color: #149DA2;
}
</style>
background-color css
<style>
a { background-color: #149DA2; }
a { background-color: rgb(20,157,162); }
div.DivClassName
{
background-color: #149DA2;
}
.BgClassName
{
background-color: #149DA2;
}
</style>
border-color css
<style>
span { border-color: #149DA2; }
span { border-color: rgb(20,157,162); }
td.TdClassName
{
border-color: #149DA2;
}
.TagClassName
{
border-color: #149DA2;
}
</style>