Shades of Java #148F93
Tints of Java #148F93
RGB
CMYK
RGB Variations
Color information
#148F93 (or 0x148F93) is known color: Java. HEX triplet: 14, 8F and 93. RGB value is (20,143,147). Sum of RGB (Red+Green+Blue) = 20+143+147=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 143 (56.25% from 255 or 46.13% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #148F93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148F93 is #EB706C. Grayscale: #6A6A6A. Windows color (decimal): -15429741 or 9670420. OLE color: 9670420.
HSL color Cylindrical-coordinate representation of color #148F93: hue angle of 181.89º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148F93 is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 143 | 147 | - |
| CMYK | 0.86 | 0.03 | 0 | 0.42 |
| HSL | 181.89º | 0.76% | 0.33% | - |
| HSV(B) | 181.89º | 0.86% | 0.58% | - |
| XYZ | 15.38 | 21.9 | 31.02 | - |
| YUV | 106.68 | 150.75 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 143 | 147 | 0.86 | 0.03 | 0 | 0.42 | 181.89 | 0.76 | 0.33 |
| Hex | 14 | 8F | 93 | 56 | 3 | 0 | 2A | B6 | 4C | 21 |
| Octal | 24 | 217 | 223 | 126 | 3 | 0 | 52 | 266 | 114 | 41 |
| Binary | 10100 | 10001111 | 10010011 | 1010110 | 11 | 0 | 101010 | 10110110 | 1001100 | 100001 |
Color Harmonies of #148F93
Complementary color
Monochromatic Colors of #148F93
Black with #148F93
Text Example
Text Example
White with #148F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148F93; }
p { color: rgb(20,143,147); }
H1.HeaderClassName
{
color: #148F93;
}
.AnyTagClassName
{
color: #148F93;
}
</style>
background-color css
<style>
a { background-color: #148F93; }
a { background-color: rgb(20,143,147); }
div.DivClassName
{
background-color: #148F93;
}
.BgClassName
{
background-color: #148F93;
}
</style>
border-color css
<style>
span { border-color: #148F93; }
span { border-color: rgb(20,143,147); }
td.TdClassName
{
border-color: #148F93;
}
.TagClassName
{
border-color: #148F93;
}
</style>