Shades of Java #12988D
Tints of Java #12988D
RGB
CMYK
RGB Variations
Color information
#12988D (or 0x12988D) is known color: Java. HEX triplet: 12, 98 and 8D. RGB value is (18,152,141). Sum of RGB (Red+Green+Blue) = 18+152+141=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #12988D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12988D is #ED6772. Grayscale: #6E6E6E. Windows color (decimal): -15558515 or 9279506. OLE color: 9279506.
HSL color Cylindrical-coordinate representation of color #12988D: hue angle of 175.07º 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 #12988D is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 18 | 152 | 141 | - |
| CMYK | 0.88 | 0 | 0.07 | 0.40 |
| HSL | 175.07º | 0.79% | 0.33% | - |
| HSV(B) | 175.07º | 0.88% | 0.6% | - |
| XYZ | 16.29 | 24.51 | 29.07 | - |
| YUV | 110.68 | 145.11 | 61.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 152 | 141 | 0.88 | 0 | 0.07 | 0.40 | 175.07 | 0.79 | 0.33 |
| Hex | 12 | 98 | 8D | 58 | 0 | 7 | 28 | AF | 4F | 21 |
| Octal | 22 | 230 | 215 | 130 | 0 | 7 | 50 | 257 | 117 | 41 |
| Binary | 10010 | 10011000 | 10001101 | 1011000 | 0 | 111 | 101000 | 10101111 | 1001111 | 100001 |
Color Harmonies of #12988D
Complementary color
Monochromatic Colors of #12988D
Black with #12988D
Text Example
Text Example
White with #12988D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12988D; }
p { color: rgb(18,152,141); }
H1.HeaderClassName
{
color: #12988D;
}
.AnyTagClassName
{
color: #12988D;
}
</style>
background-color css
<style>
a { background-color: #12988D; }
a { background-color: rgb(18,152,141); }
div.DivClassName
{
background-color: #12988D;
}
.BgClassName
{
background-color: #12988D;
}
</style>
border-color css
<style>
span { border-color: #12988D; }
span { border-color: rgb(18,152,141); }
td.TdClassName
{
border-color: #12988D;
}
.TagClassName
{
border-color: #12988D;
}
</style>