Shades of Java #128E96
Tints of Java #128E96
RGB
CMYK
RGB Variations
Color information
#128E96 (or 0x128E96) is known color: Java. HEX triplet: 12, 8E and 96. RGB value is (18,142,150). Sum of RGB (Red+Green+Blue) = 18+142+150=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 142 (55.86% from 255 or 45.81% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #128E96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128E96 is #ED7169. Grayscale: #696969. Windows color (decimal): -15561066 or 9866770. OLE color: 9866770.
HSL color Cylindrical-coordinate representation of color #128E96: hue angle of 183.64º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #128E96 is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 142 | 150 | - |
| CMYK | 0.88 | 0.05 | 0 | 0.41 |
| HSL | 183.64º | 0.79% | 0.33% | - |
| HSV(B) | 183.64º | 0.88% | 0.59% | - |
| XYZ | 15.43 | 21.68 | 32.23 | - |
| YUV | 105.84 | 152.92 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 142 | 150 | 0.88 | 0.05 | 0 | 0.41 | 183.64 | 0.79 | 0.33 |
| Hex | 12 | 8E | 96 | 58 | 5 | 0 | 29 | B8 | 4F | 21 |
| Octal | 22 | 216 | 226 | 130 | 5 | 0 | 51 | 270 | 117 | 41 |
| Binary | 10010 | 10001110 | 10010110 | 1011000 | 101 | 0 | 101001 | 10111000 | 1001111 | 100001 |
Color Harmonies of #128E96
Complementary color
Monochromatic Colors of #128E96
Black with #128E96
Text Example
Text Example
White with #128E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128E96; }
p { color: rgb(18,142,150); }
H1.HeaderClassName
{
color: #128E96;
}
.AnyTagClassName
{
color: #128E96;
}
</style>
background-color css
<style>
a { background-color: #128E96; }
a { background-color: rgb(18,142,150); }
div.DivClassName
{
background-color: #128E96;
}
.BgClassName
{
background-color: #128E96;
}
</style>
border-color css
<style>
span { border-color: #128E96; }
span { border-color: rgb(18,142,150); }
td.TdClassName
{
border-color: #128E96;
}
.TagClassName
{
border-color: #128E96;
}
</style>