Shades of Java #149491
Tints of Java #149491
RGB
CMYK
RGB Variations
Color information
#149491 (or 0x149491) is known color: Java. HEX triplet: 14, 94 and 91. RGB value is (20,148,145). Sum of RGB (Red+Green+Blue) = 20+148+145=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 148 - color contains mainly: green. Hex color #149491 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149491 is #EB6B6E. Grayscale: #6D6D6D. Windows color (decimal): -15428463 or 9540628. OLE color: 9540628.
HSL color Cylindrical-coordinate representation of color #149491: hue angle of 178.59º 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 #149491 is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 148 | 145 | - |
| CMYK | 0.86 | 0 | 0.02 | 0.42 |
| HSL | 178.59º | 0.76% | 0.33% | - |
| HSV(B) | 178.59º | 0.86% | 0.58% | - |
| XYZ | 15.99 | 23.37 | 30.46 | - |
| YUV | 109.39 | 148.09 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 148 | 145 | 0.86 | 0 | 0.02 | 0.42 | 178.59 | 0.76 | 0.33 |
| Hex | 14 | 94 | 91 | 56 | 0 | 2 | 2A | B3 | 4C | 21 |
| Octal | 24 | 224 | 221 | 126 | 0 | 2 | 52 | 263 | 114 | 41 |
| Binary | 10100 | 10010100 | 10010001 | 1010110 | 0 | 10 | 101010 | 10110011 | 1001100 | 100001 |
Color Harmonies of #149491
Complementary color
Monochromatic Colors of #149491
Black with #149491
Text Example
Text Example
White with #149491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149491; }
p { color: rgb(20,148,145); }
H1.HeaderClassName
{
color: #149491;
}
.AnyTagClassName
{
color: #149491;
}
</style>
background-color css
<style>
a { background-color: #149491; }
a { background-color: rgb(20,148,145); }
div.DivClassName
{
background-color: #149491;
}
.BgClassName
{
background-color: #149491;
}
</style>
border-color css
<style>
span { border-color: #149491; }
span { border-color: rgb(20,148,145); }
td.TdClassName
{
border-color: #149491;
}
.TagClassName
{
border-color: #149491;
}
</style>