Shades of Java #0E9899
Tints of Java #0E9899
RGB
CMYK
RGB Variations
Color information
#0E9899 (or 0x0E9899) is known color: Java. HEX triplet: 0E, 98 and 99. RGB value is (14,152,153). Sum of RGB (Red+Green+Blue) = 14+152+153=319 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.39% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 153 - color contains mainly: blue. Hex color #0E9899 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9899 is #F16766. Grayscale: #6E6E6E. Windows color (decimal): -15820647 or 10065934. OLE color: 10065934.
HSL color Cylindrical-coordinate representation of color #0E9899: hue angle of 180.43º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9899 is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 14 | 152 | 153 | - |
| CMYK | 0.91 | 0.01 | 0 | 0.4 |
| HSL | 180.43º | 0.83% | 0.33% | - |
| HSV(B) | 180.43º | 0.91% | 0.6% | - |
| XYZ | 17.16 | 24.85 | 34.03 | - |
| YUV | 110.85 | 151.78 | 58.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 152 | 153 | 0.91 | 0.01 | 0 | 0.4 | 180.43 | 0.83 | 0.33 |
| Hex | E | 98 | 99 | 5B | 1 | 0 | 28 | B4 | 53 | 21 |
| Octal | 16 | 230 | 231 | 133 | 1 | 0 | 50 | 264 | 123 | 41 |
| Binary | 1110 | 10011000 | 10011001 | 1011011 | 1 | 0 | 101000 | 10110100 | 1010011 | 100001 |
Color Harmonies of #0E9899
Complementary color
Monochromatic Colors of #0E9899
Black with #0E9899
Text Example
Text Example
White with #0E9899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9899; }
p { color: rgb(14,152,153); }
H1.HeaderClassName
{
color: #0E9899;
}
.AnyTagClassName
{
color: #0E9899;
}
</style>
background-color css
<style>
a { background-color: #0E9899; }
a { background-color: rgb(14,152,153); }
div.DivClassName
{
background-color: #0E9899;
}
.BgClassName
{
background-color: #0E9899;
}
</style>
border-color css
<style>
span { border-color: #0E9899; }
span { border-color: rgb(14,152,153); }
td.TdClassName
{
border-color: #0E9899;
}
.TagClassName
{
border-color: #0E9899;
}
</style>