Shades of Java #148F99
Tints of Java #148F99
RGB
CMYK
RGB Variations
Color information
#148F99 (or 0x148F99) is known color: Java. HEX triplet: 14, 8F and 99. RGB value is (20,143,153). Sum of RGB (Red+Green+Blue) = 20+143+153=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 143 (56.25% from 255 or 45.25% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #148F99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148F99 is #EB7066. Grayscale: #6B6B6B. Windows color (decimal): -15429735 or 10063636. OLE color: 10063636.
HSL color Cylindrical-coordinate representation of color #148F99: hue angle of 184.51º 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 #148F99 is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 20 | 143 | 153 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.4 |
| HSL | 184.51º | 0.77% | 0.34% | - |
| HSV(B) | 184.51º | 0.87% | 0.6% | - |
| XYZ | 15.86 | 22.09 | 33.57 | - |
| YUV | 107.36 | 153.75 | 65.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 143 | 153 | 0.87 | 0.07 | 0 | 0.4 | 184.51 | 0.77 | 0.34 |
| Hex | 14 | 8F | 99 | 57 | 7 | 0 | 28 | B9 | 4D | 22 |
| Octal | 24 | 217 | 231 | 127 | 7 | 0 | 50 | 271 | 115 | 42 |
| Binary | 10100 | 10001111 | 10011001 | 1010111 | 111 | 0 | 101000 | 10111001 | 1001101 | 100010 |
Color Harmonies of #148F99
Complementary color
Monochromatic Colors of #148F99
Black with #148F99
Text Example
Text Example
White with #148F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148F99; }
p { color: rgb(20,143,153); }
H1.HeaderClassName
{
color: #148F99;
}
.AnyTagClassName
{
color: #148F99;
}
</style>
background-color css
<style>
a { background-color: #148F99; }
a { background-color: rgb(20,143,153); }
div.DivClassName
{
background-color: #148F99;
}
.BgClassName
{
background-color: #148F99;
}
</style>
border-color css
<style>
span { border-color: #148F99; }
span { border-color: rgb(20,143,153); }
td.TdClassName
{
border-color: #148F99;
}
.TagClassName
{
border-color: #148F99;
}
</style>