Shades of Java #189D96
Tints of Java #189D96
RGB
CMYK
RGB Variations
Color information
#189D96 (or 0x189D96) is known color: Java. HEX triplet: 18, 9D and 96. RGB value is (24,157,150). Sum of RGB (Red+Green+Blue) = 24+157+150=331 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.25% from 331); Green value is 157 (61.72% from 255 or 47.43% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 157 - color contains mainly: green. Hex color #189D96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189D96 is #E76269. Grayscale: #747474. Windows color (decimal): -15164010 or 9870616. OLE color: 9870616.
HSL color Cylindrical-coordinate representation of color #189D96: hue angle of 176.84º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #189D96 is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 157 | 150 | - |
| CMYK | 0.85 | 0 | 0.04 | 0.38 |
| HSL | 176.84º | 0.73% | 0.35% | - |
| HSV(B) | 176.84º | 0.85% | 0.62% | - |
| XYZ | 17.94 | 26.51 | 33.03 | - |
| YUV | 116.44 | 146.94 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 157 | 150 | 0.85 | 0 | 0.04 | 0.38 | 176.84 | 0.73 | 0.35 |
| Hex | 18 | 9D | 96 | 55 | 0 | 4 | 26 | B1 | 49 | 23 |
| Octal | 30 | 235 | 226 | 125 | 0 | 4 | 46 | 261 | 111 | 43 |
| Binary | 11000 | 10011101 | 10010110 | 1010101 | 0 | 100 | 100110 | 10110001 | 1001001 | 100011 |
Color Harmonies of #189D96
Complementary color
Monochromatic Colors of #189D96
Black with #189D96
Text Example
Text Example
White with #189D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189D96; }
p { color: rgb(24,157,150); }
H1.HeaderClassName
{
color: #189D96;
}
.AnyTagClassName
{
color: #189D96;
}
</style>
background-color css
<style>
a { background-color: #189D96; }
a { background-color: rgb(24,157,150); }
div.DivClassName
{
background-color: #189D96;
}
.BgClassName
{
background-color: #189D96;
}
</style>
border-color css
<style>
span { border-color: #189D96; }
span { border-color: rgb(24,157,150); }
td.TdClassName
{
border-color: #189D96;
}
.TagClassName
{
border-color: #189D96;
}
</style>