Shades of Java #189FA0
Tints of Java #189FA0
RGB
CMYK
RGB Variations
Color information
#189FA0 (or 0x189FA0) is known color: Java. HEX triplet: 18, 9F and A0. RGB value is (24,159,160). Sum of RGB (Red+Green+Blue) = 24+159+160=343 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.00% from 343); Green value is 159 (62.5% from 255 or 46.36% from 343); Blue value is 160 (62.89% from 255 or 46.65% from 343); Max value from RGB is 160 - color contains mainly: blue. Hex color #189FA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189FA0 is #E7605F. Grayscale: #767676. Windows color (decimal): -15163488 or 10526488. OLE color: 10526488.
HSL color Cylindrical-coordinate representation of color #189FA0: hue angle of 180.44º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #189FA0 is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 159 | 160 | - |
| CMYK | 0.85 | 0.01 | 0 | 0.37 |
| HSL | 180.44º | 0.74% | 0.36% | - |
| HSV(B) | 180.44º | 0.85% | 0.63% | - |
| XYZ | 19.12 | 27.53 | 37.56 | - |
| YUV | 118.75 | 151.27 | 60.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 159 | 160 | 0.85 | 0.01 | 0 | 0.37 | 180.44 | 0.74 | 0.36 |
| Hex | 18 | 9F | A0 | 55 | 1 | 0 | 25 | B4 | 4A | 24 |
| Octal | 30 | 237 | 240 | 125 | 1 | 0 | 45 | 264 | 112 | 44 |
| Binary | 11000 | 10011111 | 10100000 | 1010101 | 1 | 0 | 100101 | 10110100 | 1001010 | 100100 |
Color Harmonies of #189FA0
Complementary color
Monochromatic Colors of #189FA0
Black with #189FA0
Text Example
Text Example
White with #189FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189FA0; }
p { color: rgb(24,159,160); }
H1.HeaderClassName
{
color: #189FA0;
}
.AnyTagClassName
{
color: #189FA0;
}
</style>
background-color css
<style>
a { background-color: #189FA0; }
a { background-color: rgb(24,159,160); }
div.DivClassName
{
background-color: #189FA0;
}
.BgClassName
{
background-color: #189FA0;
}
</style>
border-color css
<style>
span { border-color: #189FA0; }
span { border-color: rgb(24,159,160); }
td.TdClassName
{
border-color: #189FA0;
}
.TagClassName
{
border-color: #189FA0;
}
</style>