Shades of Java #189AA0
Tints of Java #189AA0
RGB
CMYK
RGB Variations
Color information
#189AA0 (or 0x189AA0) is known color: Java. HEX triplet: 18, 9A and A0. RGB value is (24,154,160). Sum of RGB (Red+Green+Blue) = 24+154+160=338 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.10% from 338); Green value is 154 (60.55% from 255 or 45.56% from 338); Blue value is 160 (62.89% from 255 or 47.34% from 338); Max value from RGB is 160 - color contains mainly: blue. Hex color #189AA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189AA0 is #E7655F. Grayscale: #737373. Windows color (decimal): -15164768 or 10525208. OLE color: 10525208.
HSL color Cylindrical-coordinate representation of color #189AA0: hue angle of 182.65º 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 #189AA0 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 154 | 160 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.37 |
| HSL | 182.65º | 0.74% | 0.36% | - |
| HSV(B) | 182.65º | 0.85% | 0.63% | - |
| XYZ | 18.28 | 25.84 | 37.28 | - |
| YUV | 115.81 | 152.93 | 62.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 154 | 160 | 0.85 | 0.04 | 0 | 0.37 | 182.65 | 0.74 | 0.36 |
| Hex | 18 | 9A | A0 | 55 | 4 | 0 | 25 | B7 | 4A | 24 |
| Octal | 30 | 232 | 240 | 125 | 4 | 0 | 45 | 267 | 112 | 44 |
| Binary | 11000 | 10011010 | 10100000 | 1010101 | 100 | 0 | 100101 | 10110111 | 1001010 | 100100 |
Color Harmonies of #189AA0
Complementary color
Monochromatic Colors of #189AA0
Black with #189AA0
Text Example
Text Example
White with #189AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189AA0; }
p { color: rgb(24,154,160); }
H1.HeaderClassName
{
color: #189AA0;
}
.AnyTagClassName
{
color: #189AA0;
}
</style>
background-color css
<style>
a { background-color: #189AA0; }
a { background-color: rgb(24,154,160); }
div.DivClassName
{
background-color: #189AA0;
}
.BgClassName
{
background-color: #189AA0;
}
</style>
border-color css
<style>
span { border-color: #189AA0; }
span { border-color: rgb(24,154,160); }
td.TdClassName
{
border-color: #189AA0;
}
.TagClassName
{
border-color: #189AA0;
}
</style>