Shades of Java #149494
Tints of Java #149494
RGB
CMYK
RGB Variations
Color information
#149494 (or 0x149494) is known color: Java. HEX triplet: 14, 94 and 94. RGB value is (20,148,148). Sum of RGB (Red+Green+Blue) = 20+148+148=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 148 (58.20% from 255 or 46.84% from 316); Max value from RGB is 148 - color contains mainly: green, blue. Hex color #149494 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149494 is #EB6B6B. Grayscale: #6D6D6D. Windows color (decimal): -15428460 or 9737236. OLE color: 9737236.
HSL color Cylindrical-coordinate representation of color #149494: hue angle of 180º 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 #149494 is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 148 | 148 | - |
| CMYK | 0.86 | 0 | 0 | 0.42 |
| HSL | 180º | 0.76% | 0.33% | - |
| HSV(B) | 180º | 0.86% | 0.58% | - |
| XYZ | 16.22 | 23.47 | 31.69 | - |
| YUV | 109.73 | 149.59 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 148 | 148 | 0.86 | 0 | 0 | 0.42 | 180 | 0.76 | 0.33 |
| Hex | 14 | 94 | 94 | 56 | 0 | 0 | 2A | B4 | 4C | 21 |
| Octal | 24 | 224 | 224 | 126 | 0 | 0 | 52 | 264 | 114 | 41 |
| Binary | 10100 | 10010100 | 10010100 | 1010110 | 0 | 0 | 101010 | 10110100 | 1001100 | 100001 |
Color Harmonies of #149494
Complementary color
Monochromatic Colors of #149494
Black with #149494
Text Example
Text Example
White with #149494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149494; }
p { color: rgb(20,148,148); }
H1.HeaderClassName
{
color: #149494;
}
.AnyTagClassName
{
color: #149494;
}
</style>
background-color css
<style>
a { background-color: #149494; }
a { background-color: rgb(20,148,148); }
div.DivClassName
{
background-color: #149494;
}
.BgClassName
{
background-color: #149494;
}
</style>
border-color css
<style>
span { border-color: #149494; }
span { border-color: rgb(20,148,148); }
td.TdClassName
{
border-color: #149494;
}
.TagClassName
{
border-color: #149494;
}
</style>