Shades of Java #12998F
Tints of Java #12998F
RGB
CMYK
RGB Variations
Color information
#12998F (or 0x12998F) is known color: Java. HEX triplet: 12, 99 and 8F. RGB value is (18,153,143). Sum of RGB (Red+Green+Blue) = 18+153+143=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 153 (60.16% from 255 or 48.73% from 314); Blue value is 143 (56.25% from 255 or 45.54% from 314); Max value from RGB is 153 - color contains mainly: green. Hex color #12998F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12998F is #ED6670. Grayscale: #6F6F6F. Windows color (decimal): -15558257 or 9410834. OLE color: 9410834.
HSL color Cylindrical-coordinate representation of color #12998F: hue angle of 175.56º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12998F is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 18 | 153 | 143 | - |
| CMYK | 0.88 | 0 | 0.07 | 0.4 |
| HSL | 175.56º | 0.79% | 0.34% | - |
| HSV(B) | 175.56º | 0.88% | 0.6% | - |
| XYZ | 16.6 | 24.89 | 29.92 | - |
| YUV | 111.5 | 145.77 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 153 | 143 | 0.88 | 0 | 0.07 | 0.4 | 175.56 | 0.79 | 0.34 |
| Hex | 12 | 99 | 8F | 58 | 0 | 7 | 28 | B0 | 4F | 22 |
| Octal | 22 | 231 | 217 | 130 | 0 | 7 | 50 | 260 | 117 | 42 |
| Binary | 10010 | 10011001 | 10001111 | 1011000 | 0 | 111 | 101000 | 10110000 | 1001111 | 100010 |
Color Harmonies of #12998F
Complementary color
Monochromatic Colors of #12998F
Black with #12998F
Text Example
Text Example
White with #12998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12998F; }
p { color: rgb(18,153,143); }
H1.HeaderClassName
{
color: #12998F;
}
.AnyTagClassName
{
color: #12998F;
}
</style>
background-color css
<style>
a { background-color: #12998F; }
a { background-color: rgb(18,153,143); }
div.DivClassName
{
background-color: #12998F;
}
.BgClassName
{
background-color: #12998F;
}
</style>
border-color css
<style>
span { border-color: #12998F; }
span { border-color: rgb(18,153,143); }
td.TdClassName
{
border-color: #12998F;
}
.TagClassName
{
border-color: #12998F;
}
</style>