Shades of Java #149793
Tints of Java #149793
RGB
CMYK
RGB Variations
Color information
#149793 (or 0x149793) is known color: Java. HEX triplet: 14, 97 and 93. RGB value is (20,151,147). Sum of RGB (Red+Green+Blue) = 20+151+147=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 151 (59.38% from 255 or 47.48% from 318); Blue value is 147 (57.81% from 255 or 46.23% from 318); Max value from RGB is 151 - color contains mainly: green. Hex color #149793 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149793 is #EB686C. Grayscale: #6F6F6F. Windows color (decimal): -15427693 or 9672468. OLE color: 9672468.
HSL color Cylindrical-coordinate representation of color #149793: hue angle of 178.17º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149793 is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 151 | 147 | - |
| CMYK | 0.87 | 0 | 0.03 | 0.41 |
| HSL | 178.17º | 0.77% | 0.34% | - |
| HSV(B) | 178.17º | 0.87% | 0.59% | - |
| XYZ | 16.62 | 24.39 | 31.44 | - |
| YUV | 111.38 | 148.1 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 151 | 147 | 0.87 | 0 | 0.03 | 0.41 | 178.17 | 0.77 | 0.34 |
| Hex | 14 | 97 | 93 | 57 | 0 | 3 | 29 | B2 | 4D | 22 |
| Octal | 24 | 227 | 223 | 127 | 0 | 3 | 51 | 262 | 115 | 42 |
| Binary | 10100 | 10010111 | 10010011 | 1010111 | 0 | 11 | 101001 | 10110010 | 1001101 | 100010 |
Color Harmonies of #149793
Complementary color
Monochromatic Colors of #149793
Black with #149793
Text Example
Text Example
White with #149793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149793; }
p { color: rgb(20,151,147); }
H1.HeaderClassName
{
color: #149793;
}
.AnyTagClassName
{
color: #149793;
}
</style>
background-color css
<style>
a { background-color: #149793; }
a { background-color: rgb(20,151,147); }
div.DivClassName
{
background-color: #149793;
}
.BgClassName
{
background-color: #149793;
}
</style>
border-color css
<style>
span { border-color: #149793; }
span { border-color: rgb(20,151,147); }
td.TdClassName
{
border-color: #149793;
}
.TagClassName
{
border-color: #149793;
}
</style>