Shades of Java #149292
Tints of Java #149292
RGB
CMYK
RGB Variations
Color information
#149292 (or 0x149292) is known color: Java. HEX triplet: 14, 92 and 92. RGB value is (20,146,146). Sum of RGB (Red+Green+Blue) = 20+146+146=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 146 (57.42% from 255 or 46.79% from 312); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #149292 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149292 is #EB6D6D. Grayscale: #6C6C6C. Windows color (decimal): -15428974 or 9605652. OLE color: 9605652.
HSL color Cylindrical-coordinate representation of color #149292: hue angle of 180º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149292 is Cyan = 0.86, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 146 | 146 | - |
| CMYK | 0.86 | 0 | 0 | 0.43 |
| HSL | 180º | 0.76% | 0.33% | - |
| HSV(B) | 180º | 0.86% | 0.57% | - |
| XYZ | 15.76 | 22.78 | 30.76 | - |
| YUV | 108.33 | 149.26 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 146 | 146 | 0.86 | 0 | 0 | 0.43 | 180 | 0.76 | 0.33 |
| Hex | 14 | 92 | 92 | 56 | 0 | 0 | 2B | B4 | 4C | 21 |
| Octal | 24 | 222 | 222 | 126 | 0 | 0 | 53 | 264 | 114 | 41 |
| Binary | 10100 | 10010010 | 10010010 | 1010110 | 0 | 0 | 101011 | 10110100 | 1001100 | 100001 |
Color Harmonies of #149292
Complementary color
Monochromatic Colors of #149292
Black with #149292
Text Example
Text Example
White with #149292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149292; }
p { color: rgb(20,146,146); }
H1.HeaderClassName
{
color: #149292;
}
.AnyTagClassName
{
color: #149292;
}
</style>
background-color css
<style>
a { background-color: #149292; }
a { background-color: rgb(20,146,146); }
div.DivClassName
{
background-color: #149292;
}
.BgClassName
{
background-color: #149292;
}
</style>
border-color css
<style>
span { border-color: #149292; }
span { border-color: rgb(20,146,146); }
td.TdClassName
{
border-color: #149292;
}
.TagClassName
{
border-color: #149292;
}
</style>