Shades of Java #189E8C
Tints of Java #189E8C
RGB
CMYK
RGB Variations
Color information
#189E8C (or 0x189E8C) is known color: Java. HEX triplet: 18, 9E and 8C. RGB value is (24,158,140). Sum of RGB (Red+Green+Blue) = 24+158+140=322 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.45% from 322); Green value is 158 (62.11% from 255 or 49.07% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 158 - color contains mainly: green. Hex color #189E8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189E8C is #E76173. Grayscale: #737373. Windows color (decimal): -15163764 or 9215512. OLE color: 9215512.
HSL color Cylindrical-coordinate representation of color #189E8C: hue angle of 171.94º 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 #189E8C is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 158 | 140 | - |
| CMYK | 0.85 | 0 | 0.11 | 0.38 |
| HSL | 171.94º | 0.74% | 0.36% | - |
| HSV(B) | 171.94º | 0.85% | 0.62% | - |
| XYZ | 17.34 | 26.54 | 29.02 | - |
| YUV | 115.88 | 141.61 | 62.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 158 | 140 | 0.85 | 0 | 0.11 | 0.38 | 171.94 | 0.74 | 0.36 |
| Hex | 18 | 9E | 8C | 55 | 0 | B | 26 | AC | 4A | 24 |
| Octal | 30 | 236 | 214 | 125 | 0 | 13 | 46 | 254 | 112 | 44 |
| Binary | 11000 | 10011110 | 10001100 | 1010101 | 0 | 1011 | 100110 | 10101100 | 1001010 | 100100 |
Color Harmonies of #189E8C
Complementary color
Monochromatic Colors of #189E8C
Black with #189E8C
Text Example
Text Example
White with #189E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189E8C; }
p { color: rgb(24,158,140); }
H1.HeaderClassName
{
color: #189E8C;
}
.AnyTagClassName
{
color: #189E8C;
}
</style>
background-color css
<style>
a { background-color: #189E8C; }
a { background-color: rgb(24,158,140); }
div.DivClassName
{
background-color: #189E8C;
}
.BgClassName
{
background-color: #189E8C;
}
</style>
border-color css
<style>
span { border-color: #189E8C; }
span { border-color: rgb(24,158,140); }
td.TdClassName
{
border-color: #189E8C;
}
.TagClassName
{
border-color: #189E8C;
}
</style>