Shades of Java #189C8D
Tints of Java #189C8D
RGB
CMYK
RGB Variations
Color information
#189C8D (or 0x189C8D) is known color: Java. HEX triplet: 18, 9C and 8D. RGB value is (24,156,141). Sum of RGB (Red+Green+Blue) = 24+156+141=321 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.48% from 321); Green value is 156 (61.33% from 255 or 48.60% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 156 - color contains mainly: green. Hex color #189C8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189C8D is #E76372. Grayscale: #727272. Windows color (decimal): -15164275 or 9280536. OLE color: 9280536.
HSL color Cylindrical-coordinate representation of color #189C8D: hue angle of 173.18º 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 #189C8D is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 156 | 141 | - |
| CMYK | 0.85 | 0 | 0.10 | 0.39 |
| HSL | 173.18º | 0.73% | 0.35% | - |
| HSV(B) | 173.18º | 0.85% | 0.61% | - |
| XYZ | 17.07 | 25.89 | 29.3 | - |
| YUV | 114.82 | 142.77 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 156 | 141 | 0.85 | 0 | 0.10 | 0.39 | 173.18 | 0.73 | 0.35 |
| Hex | 18 | 9C | 8D | 55 | 0 | A | 27 | AD | 49 | 23 |
| Octal | 30 | 234 | 215 | 125 | 0 | 12 | 47 | 255 | 111 | 43 |
| Binary | 11000 | 10011100 | 10001101 | 1010101 | 0 | 1010 | 100111 | 10101101 | 1001001 | 100011 |
Color Harmonies of #189C8D
Complementary color
Monochromatic Colors of #189C8D
Black with #189C8D
Text Example
Text Example
White with #189C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189C8D; }
p { color: rgb(24,156,141); }
H1.HeaderClassName
{
color: #189C8D;
}
.AnyTagClassName
{
color: #189C8D;
}
</style>
background-color css
<style>
a { background-color: #189C8D; }
a { background-color: rgb(24,156,141); }
div.DivClassName
{
background-color: #189C8D;
}
.BgClassName
{
background-color: #189C8D;
}
</style>
border-color css
<style>
span { border-color: #189C8D; }
span { border-color: rgb(24,156,141); }
td.TdClassName
{
border-color: #189C8D;
}
.TagClassName
{
border-color: #189C8D;
}
</style>