Shades of Java #149799
Tints of Java #149799
RGB
CMYK
RGB Variations
Color information
#149799 (or 0x149799) is known color: Java. HEX triplet: 14, 97 and 99. RGB value is (20,151,153). Sum of RGB (Red+Green+Blue) = 20+151+153=324 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.17% from 324); Green value is 151 (59.38% from 255 or 46.60% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #149799 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149799 is #EB6866. Grayscale: #6F6F6F. Windows color (decimal): -15427687 or 10065684. OLE color: 10065684.
HSL color Cylindrical-coordinate representation of color #149799: hue angle of 180.9º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149799 is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 20 | 151 | 153 | - |
| CMYK | 0.87 | 0.01 | 0 | 0.4 |
| HSL | 180.9º | 0.77% | 0.34% | - |
| HSV(B) | 180.9º | 0.87% | 0.6% | - |
| XYZ | 17.1 | 24.58 | 33.98 | - |
| YUV | 112.06 | 151.1 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 151 | 153 | 0.87 | 0.01 | 0 | 0.4 | 180.9 | 0.77 | 0.34 |
| Hex | 14 | 97 | 99 | 57 | 1 | 0 | 28 | B5 | 4D | 22 |
| Octal | 24 | 227 | 231 | 127 | 1 | 0 | 50 | 265 | 115 | 42 |
| Binary | 10100 | 10010111 | 10011001 | 1010111 | 1 | 0 | 101000 | 10110101 | 1001101 | 100010 |
Color Harmonies of #149799
Complementary color
Monochromatic Colors of #149799
Black with #149799
Text Example
Text Example
White with #149799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149799; }
p { color: rgb(20,151,153); }
H1.HeaderClassName
{
color: #149799;
}
.AnyTagClassName
{
color: #149799;
}
</style>
background-color css
<style>
a { background-color: #149799; }
a { background-color: rgb(20,151,153); }
div.DivClassName
{
background-color: #149799;
}
.BgClassName
{
background-color: #149799;
}
</style>
border-color css
<style>
span { border-color: #149799; }
span { border-color: rgb(20,151,153); }
td.TdClassName
{
border-color: #149799;
}
.TagClassName
{
border-color: #149799;
}
</style>