Shades of Java #149D97
Tints of Java #149D97
RGB
CMYK
RGB Variations
Color information
#149D97 (or 0x149D97) is known color: Java. HEX triplet: 14, 9D and 97. RGB value is (20,157,151). Sum of RGB (Red+Green+Blue) = 20+157+151=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 157 (61.72% from 255 or 47.87% from 328); Blue value is 151 (59.38% from 255 or 46.04% from 328); Max value from RGB is 157 - color contains mainly: green. Hex color #149D97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149D97 is #EB6268. Grayscale: #737373. Windows color (decimal): -15426153 or 9936148. OLE color: 9936148.
HSL color Cylindrical-coordinate representation of color #149D97: hue angle of 177.37º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149D97 is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 157 | 151 | - |
| CMYK | 0.87 | 0 | 0.04 | 0.38 |
| HSL | 177.37º | 0.77% | 0.35% | - |
| HSV(B) | 177.37º | 0.87% | 0.62% | - |
| XYZ | 17.93 | 26.5 | 33.45 | - |
| YUV | 115.35 | 148.11 | 59.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 157 | 151 | 0.87 | 0 | 0.04 | 0.38 | 177.37 | 0.77 | 0.35 |
| Hex | 14 | 9D | 97 | 57 | 0 | 4 | 26 | B1 | 4D | 23 |
| Octal | 24 | 235 | 227 | 127 | 0 | 4 | 46 | 261 | 115 | 43 |
| Binary | 10100 | 10011101 | 10010111 | 1010111 | 0 | 100 | 100110 | 10110001 | 1001101 | 100011 |
Color Harmonies of #149D97
Complementary color
Monochromatic Colors of #149D97
Black with #149D97
Text Example
Text Example
White with #149D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149D97; }
p { color: rgb(20,157,151); }
H1.HeaderClassName
{
color: #149D97;
}
.AnyTagClassName
{
color: #149D97;
}
</style>
background-color css
<style>
a { background-color: #149D97; }
a { background-color: rgb(20,157,151); }
div.DivClassName
{
background-color: #149D97;
}
.BgClassName
{
background-color: #149D97;
}
</style>
border-color css
<style>
span { border-color: #149D97; }
span { border-color: rgb(20,157,151); }
td.TdClassName
{
border-color: #149D97;
}
.TagClassName
{
border-color: #149D97;
}
</style>