Shades of Java #12988F
Tints of Java #12988F
RGB
CMYK
RGB Variations
Color information
#12988F (or 0x12988F) is known color: Java. HEX triplet: 12, 98 and 8F. RGB value is (18,152,143). Sum of RGB (Red+Green+Blue) = 18+152+143=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 152 (59.77% from 255 or 48.56% from 313); Blue value is 143 (56.25% from 255 or 45.69% from 313); Max value from RGB is 152 - color contains mainly: green. Hex color #12988F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12988F is #ED6770. Grayscale: #6E6E6E. Windows color (decimal): -15558513 or 9410578. OLE color: 9410578.
HSL color Cylindrical-coordinate representation of color #12988F: hue angle of 175.97º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12988F is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 18 | 152 | 143 | - |
| CMYK | 0.88 | 0 | 0.06 | 0.40 |
| HSL | 175.97º | 0.79% | 0.33% | - |
| HSV(B) | 175.97º | 0.88% | 0.6% | - |
| XYZ | 16.44 | 24.57 | 29.86 | - |
| YUV | 110.91 | 146.11 | 61.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 152 | 143 | 0.88 | 0 | 0.06 | 0.40 | 175.97 | 0.79 | 0.33 |
| Hex | 12 | 98 | 8F | 58 | 0 | 6 | 28 | B0 | 4F | 21 |
| Octal | 22 | 230 | 217 | 130 | 0 | 6 | 50 | 260 | 117 | 41 |
| Binary | 10010 | 10011000 | 10001111 | 1011000 | 0 | 110 | 101000 | 10110000 | 1001111 | 100001 |
Color Harmonies of #12988F
Complementary color
Monochromatic Colors of #12988F
Black with #12988F
Text Example
Text Example
White with #12988F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12988F; }
p { color: rgb(18,152,143); }
H1.HeaderClassName
{
color: #12988F;
}
.AnyTagClassName
{
color: #12988F;
}
</style>
background-color css
<style>
a { background-color: #12988F; }
a { background-color: rgb(18,152,143); }
div.DivClassName
{
background-color: #12988F;
}
.BgClassName
{
background-color: #12988F;
}
</style>
border-color css
<style>
span { border-color: #12988F; }
span { border-color: rgb(18,152,143); }
td.TdClassName
{
border-color: #12988F;
}
.TagClassName
{
border-color: #12988F;
}
</style>