Shades of Java #149490
Tints of Java #149490
RGB
CMYK
RGB Variations
Color information
#149490 (or 0x149490) is known color: Java. HEX triplet: 14, 94 and 90. RGB value is (20,148,144). Sum of RGB (Red+Green+Blue) = 20+148+144=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 148 (58.20% from 255 or 47.44% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 148 - color contains mainly: green. Hex color #149490 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149490 is #EB6B6F. Grayscale: #6D6D6D. Windows color (decimal): -15428464 or 9475092. OLE color: 9475092.
HSL color Cylindrical-coordinate representation of color #149490: hue angle of 178.12º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149490 is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 148 | 144 | - |
| CMYK | 0.86 | 0 | 0.03 | 0.42 |
| HSL | 178.13º | 0.76% | 0.33% | - |
| HSV(B) | 178.13º | 0.86% | 0.58% | - |
| XYZ | 15.91 | 23.34 | 30.05 | - |
| YUV | 109.27 | 147.59 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 148 | 144 | 0.86 | 0 | 0.03 | 0.42 | 178.13 | 0.76 | 0.33 |
| Hex | 14 | 94 | 90 | 56 | 0 | 3 | 2A | B2 | 4C | 21 |
| Octal | 24 | 224 | 220 | 126 | 0 | 3 | 52 | 262 | 114 | 41 |
| Binary | 10100 | 10010100 | 10010000 | 1010110 | 0 | 11 | 101010 | 10110010 | 1001100 | 100001 |
Color Harmonies of #149490
Complementary color
Monochromatic Colors of #149490
Black with #149490
Text Example
Text Example
White with #149490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149490; }
p { color: rgb(20,148,144); }
H1.HeaderClassName
{
color: #149490;
}
.AnyTagClassName
{
color: #149490;
}
</style>
background-color css
<style>
a { background-color: #149490; }
a { background-color: rgb(20,148,144); }
div.DivClassName
{
background-color: #149490;
}
.BgClassName
{
background-color: #149490;
}
</style>
border-color css
<style>
span { border-color: #149490; }
span { border-color: rgb(20,148,144); }
td.TdClassName
{
border-color: #149490;
}
.TagClassName
{
border-color: #149490;
}
</style>