Shades of Java #189A8F
Tints of Java #189A8F
RGB
CMYK
RGB Variations
Color information
#189A8F (or 0x189A8F) is known color: Java. HEX triplet: 18, 9A and 8F. RGB value is (24,154,143). Sum of RGB (Red+Green+Blue) = 24+154+143=321 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.48% from 321); Green value is 154 (60.55% from 255 or 47.98% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 154 - color contains mainly: green. Hex color #189A8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189A8F is #E76570. Grayscale: #717171. Windows color (decimal): -15164785 or 9411096. OLE color: 9411096.
HSL color Cylindrical-coordinate representation of color #189A8F: hue angle of 174.92º 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 #189A8F is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 24 | 154 | 143 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.40 |
| HSL | 174.92º | 0.73% | 0.35% | - |
| HSV(B) | 174.92º | 0.84% | 0.6% | - |
| XYZ | 16.89 | 25.29 | 29.98 | - |
| YUV | 113.88 | 144.43 | 63.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 154 | 143 | 0.84 | 0 | 0.07 | 0.40 | 174.92 | 0.73 | 0.35 |
| Hex | 18 | 9A | 8F | 54 | 0 | 7 | 28 | AF | 49 | 23 |
| Octal | 30 | 232 | 217 | 124 | 0 | 7 | 50 | 257 | 111 | 43 |
| Binary | 11000 | 10011010 | 10001111 | 1010100 | 0 | 111 | 101000 | 10101111 | 1001001 | 100011 |
Color Harmonies of #189A8F
Complementary color
Monochromatic Colors of #189A8F
Black with #189A8F
Text Example
Text Example
White with #189A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189A8F; }
p { color: rgb(24,154,143); }
H1.HeaderClassName
{
color: #189A8F;
}
.AnyTagClassName
{
color: #189A8F;
}
</style>
background-color css
<style>
a { background-color: #189A8F; }
a { background-color: rgb(24,154,143); }
div.DivClassName
{
background-color: #189A8F;
}
.BgClassName
{
background-color: #189A8F;
}
</style>
border-color css
<style>
span { border-color: #189A8F; }
span { border-color: rgb(24,154,143); }
td.TdClassName
{
border-color: #189A8F;
}
.TagClassName
{
border-color: #189A8F;
}
</style>