Shades of Java #149898
Tints of Java #149898
RGB
CMYK
RGB Variations
Color information
#149898 (or 0x149898) is known color: Java. HEX triplet: 14, 98 and 98. RGB value is (20,152,152). Sum of RGB (Red+Green+Blue) = 20+152+152=324 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.17% from 324); Green value is 152 (59.77% from 255 or 46.91% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 152 - color contains mainly: green, blue. Hex color #149898 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149898 is #EB6767. Grayscale: #707070. Windows color (decimal): -15427432 or 10000404. OLE color: 10000404.
HSL color Cylindrical-coordinate representation of color #149898: hue angle of 180º 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 #149898 is Cyan = 0.87, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 20 | 152 | 152 | - |
| CMYK | 0.87 | 0 | 0 | 0.40 |
| HSL | 180º | 0.77% | 0.34% | - |
| HSV(B) | 180º | 0.87% | 0.6% | - |
| XYZ | 17.18 | 24.87 | 33.6 | - |
| YUV | 112.53 | 150.27 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 152 | 152 | 0.87 | 0 | 0 | 0.40 | 180 | 0.77 | 0.34 |
| Hex | 14 | 98 | 98 | 57 | 0 | 0 | 28 | B4 | 4D | 22 |
| Octal | 24 | 230 | 230 | 127 | 0 | 0 | 50 | 264 | 115 | 42 |
| Binary | 10100 | 10011000 | 10011000 | 1010111 | 0 | 0 | 101000 | 10110100 | 1001101 | 100010 |
Color Harmonies of #149898
Complementary color
Monochromatic Colors of #149898
Black with #149898
Text Example
Text Example
White with #149898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149898; }
p { color: rgb(20,152,152); }
H1.HeaderClassName
{
color: #149898;
}
.AnyTagClassName
{
color: #149898;
}
</style>
background-color css
<style>
a { background-color: #149898; }
a { background-color: rgb(20,152,152); }
div.DivClassName
{
background-color: #149898;
}
.BgClassName
{
background-color: #149898;
}
</style>
border-color css
<style>
span { border-color: #149898; }
span { border-color: rgb(20,152,152); }
td.TdClassName
{
border-color: #149898;
}
.TagClassName
{
border-color: #149898;
}
</style>