Shades of Java #189F96
Tints of Java #189F96
RGB
CMYK
RGB Variations
Color information
#189F96 (or 0x189F96) is known color: Java. HEX triplet: 18, 9F and 96. RGB value is (24,159,150). Sum of RGB (Red+Green+Blue) = 24+159+150=333 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.21% from 333); Green value is 159 (62.5% from 255 or 47.75% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 159 - color contains mainly: green. Hex color #189F96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189F96 is #E76069. Grayscale: #757575. Windows color (decimal): -15163498 or 9871128. OLE color: 9871128.
HSL color Cylindrical-coordinate representation of color #189F96: hue angle of 176º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #189F96 is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 159 | 150 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.38 |
| HSL | 176º | 0.74% | 0.36% | - |
| HSV(B) | 176º | 0.85% | 0.62% | - |
| XYZ | 18.28 | 27.19 | 33.14 | - |
| YUV | 117.61 | 146.27 | 61.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 159 | 150 | 0.85 | 0 | 0.06 | 0.38 | 176 | 0.74 | 0.36 |
| Hex | 18 | 9F | 96 | 55 | 0 | 6 | 26 | B0 | 4A | 24 |
| Octal | 30 | 237 | 226 | 125 | 0 | 6 | 46 | 260 | 112 | 44 |
| Binary | 11000 | 10011111 | 10010110 | 1010101 | 0 | 110 | 100110 | 10110000 | 1001010 | 100100 |
Color Harmonies of #189F96
Complementary color
Monochromatic Colors of #189F96
Black with #189F96
Text Example
Text Example
White with #189F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189F96; }
p { color: rgb(24,159,150); }
H1.HeaderClassName
{
color: #189F96;
}
.AnyTagClassName
{
color: #189F96;
}
</style>
background-color css
<style>
a { background-color: #189F96; }
a { background-color: rgb(24,159,150); }
div.DivClassName
{
background-color: #189F96;
}
.BgClassName
{
background-color: #189F96;
}
</style>
border-color css
<style>
span { border-color: #189F96; }
span { border-color: rgb(24,159,150); }
td.TdClassName
{
border-color: #189F96;
}
.TagClassName
{
border-color: #189F96;
}
</style>