Shades of Java #189C8B
Tints of Java #189C8B
RGB
CMYK
RGB Variations
Color information
#189C8B (or 0x189C8B) is known color: Java. HEX triplet: 18, 9C and 8B. RGB value is (24,156,139). Sum of RGB (Red+Green+Blue) = 24+156+139=319 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.52% from 319); Green value is 156 (61.33% from 255 or 48.90% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 156 - color contains mainly: green. Hex color #189C8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189C8B is #E76374. Grayscale: #727272. Windows color (decimal): -15164277 or 9149464. OLE color: 9149464.
HSL color Cylindrical-coordinate representation of color #189C8B: hue angle of 172.27º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #189C8B is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 156 | 139 | - |
| CMYK | 0.85 | 0 | 0.11 | 0.39 |
| HSL | 172.27º | 0.73% | 0.35% | - |
| HSV(B) | 172.27º | 0.85% | 0.61% | - |
| XYZ | 16.93 | 25.84 | 28.52 | - |
| YUV | 114.59 | 141.77 | 63.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 156 | 139 | 0.85 | 0 | 0.11 | 0.39 | 172.27 | 0.73 | 0.35 |
| Hex | 18 | 9C | 8B | 55 | 0 | B | 27 | AC | 49 | 23 |
| Octal | 30 | 234 | 213 | 125 | 0 | 13 | 47 | 254 | 111 | 43 |
| Binary | 11000 | 10011100 | 10001011 | 1010101 | 0 | 1011 | 100111 | 10101100 | 1001001 | 100011 |
Color Harmonies of #189C8B
Complementary color
Monochromatic Colors of #189C8B
Black with #189C8B
Text Example
Text Example
White with #189C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189C8B; }
p { color: rgb(24,156,139); }
H1.HeaderClassName
{
color: #189C8B;
}
.AnyTagClassName
{
color: #189C8B;
}
</style>
background-color css
<style>
a { background-color: #189C8B; }
a { background-color: rgb(24,156,139); }
div.DivClassName
{
background-color: #189C8B;
}
.BgClassName
{
background-color: #189C8B;
}
</style>
border-color css
<style>
span { border-color: #189C8B; }
span { border-color: rgb(24,156,139); }
td.TdClassName
{
border-color: #189C8B;
}
.TagClassName
{
border-color: #189C8B;
}
</style>