Shades of Java #189A8A
Tints of Java #189A8A
RGB
CMYK
RGB Variations
Color information
#189A8A (or 0x189A8A) is known color: Java. HEX triplet: 18, 9A and 8A. RGB value is (24,154,138). Sum of RGB (Red+Green+Blue) = 24+154+138=316 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.59% from 316); Green value is 154 (60.55% from 255 or 48.73% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 154 - color contains mainly: green. Hex color #189A8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189A8A is #E76575. Grayscale: #717171. Windows color (decimal): -15164790 or 9083416. OLE color: 9083416.
HSL color Cylindrical-coordinate representation of color #189A8A: hue angle of 172.62º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #189A8A is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 24 | 154 | 138 | - |
| CMYK | 0.84 | 0 | 0.10 | 0.40 |
| HSL | 172.62º | 0.73% | 0.35% | - |
| HSV(B) | 172.62º | 0.84% | 0.6% | - |
| XYZ | 16.52 | 25.14 | 28.03 | - |
| YUV | 113.31 | 141.93 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 154 | 138 | 0.84 | 0 | 0.10 | 0.40 | 172.62 | 0.73 | 0.35 |
| Hex | 18 | 9A | 8A | 54 | 0 | A | 28 | AD | 49 | 23 |
| Octal | 30 | 232 | 212 | 124 | 0 | 12 | 50 | 255 | 111 | 43 |
| Binary | 11000 | 10011010 | 10001010 | 1010100 | 0 | 1010 | 101000 | 10101101 | 1001001 | 100011 |
Color Harmonies of #189A8A
Complementary color
Monochromatic Colors of #189A8A
Black with #189A8A
Text Example
Text Example
White with #189A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189A8A; }
p { color: rgb(24,154,138); }
H1.HeaderClassName
{
color: #189A8A;
}
.AnyTagClassName
{
color: #189A8A;
}
</style>
background-color css
<style>
a { background-color: #189A8A; }
a { background-color: rgb(24,154,138); }
div.DivClassName
{
background-color: #189A8A;
}
.BgClassName
{
background-color: #189A8A;
}
</style>
border-color css
<style>
span { border-color: #189A8A; }
span { border-color: rgb(24,154,138); }
td.TdClassName
{
border-color: #189A8A;
}
.TagClassName
{
border-color: #189A8A;
}
</style>