Shades of Java #189C8A
Tints of Java #189C8A
RGB
CMYK
RGB Variations
Color information
#189C8A (or 0x189C8A) is known color: Java. HEX triplet: 18, 9C and 8A. RGB value is (24,156,138). Sum of RGB (Red+Green+Blue) = 24+156+138=318 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.55% from 318); Green value is 156 (61.33% from 255 or 49.06% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 156 - color contains mainly: green. Hex color #189C8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189C8A is #E76375. Grayscale: #727272. Windows color (decimal): -15164278 or 9083928. OLE color: 9083928.
HSL color Cylindrical-coordinate representation of color #189C8A: hue angle of 171.82º 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 #189C8A is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 156 | 138 | - |
| CMYK | 0.85 | 0 | 0.12 | 0.39 |
| HSL | 171.82º | 0.73% | 0.35% | - |
| HSV(B) | 171.82º | 0.85% | 0.61% | - |
| XYZ | 16.85 | 25.81 | 28.14 | - |
| YUV | 114.48 | 141.27 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 156 | 138 | 0.85 | 0 | 0.12 | 0.39 | 171.82 | 0.73 | 0.35 |
| Hex | 18 | 9C | 8A | 55 | 0 | C | 27 | AC | 49 | 23 |
| Octal | 30 | 234 | 212 | 125 | 0 | 14 | 47 | 254 | 111 | 43 |
| Binary | 11000 | 10011100 | 10001010 | 1010101 | 0 | 1100 | 100111 | 10101100 | 1001001 | 100011 |
Color Harmonies of #189C8A
Complementary color
Monochromatic Colors of #189C8A
Black with #189C8A
Text Example
Text Example
White with #189C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189C8A; }
p { color: rgb(24,156,138); }
H1.HeaderClassName
{
color: #189C8A;
}
.AnyTagClassName
{
color: #189C8A;
}
</style>
background-color css
<style>
a { background-color: #189C8A; }
a { background-color: rgb(24,156,138); }
div.DivClassName
{
background-color: #189C8A;
}
.BgClassName
{
background-color: #189C8A;
}
</style>
border-color css
<style>
span { border-color: #189C8A; }
span { border-color: rgb(24,156,138); }
td.TdClassName
{
border-color: #189C8A;
}
.TagClassName
{
border-color: #189C8A;
}
</style>