Shades of Java #189689
Tints of Java #189689
RGB
CMYK
RGB Variations
Color information
#189689 (or 0x189689) is known color: Java. HEX triplet: 18, 96 and 89. RGB value is (24,150,137). Sum of RGB (Red+Green+Blue) = 24+150+137=311 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.72% from 311); Green value is 150 (58.98% from 255 or 48.23% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 150 - color contains mainly: green. Hex color #189689 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189689 is #E76976. Grayscale: #6E6E6E. Windows color (decimal): -15165815 or 9016856. OLE color: 9016856.
HSL color Cylindrical-coordinate representation of color #189689: hue angle of 173.81º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #189689 is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 24 | 150 | 137 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.41 |
| HSL | 173.81º | 0.72% | 0.34% | - |
| HSV(B) | 173.81º | 0.84% | 0.59% | - |
| XYZ | 15.8 | 23.81 | 27.43 | - |
| YUV | 110.84 | 142.76 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 150 | 137 | 0.84 | 0 | 0.09 | 0.41 | 173.81 | 0.72 | 0.34 |
| Hex | 18 | 96 | 89 | 54 | 0 | 9 | 29 | AE | 48 | 22 |
| Octal | 30 | 226 | 211 | 124 | 0 | 11 | 51 | 256 | 110 | 42 |
| Binary | 11000 | 10010110 | 10001001 | 1010100 | 0 | 1001 | 101001 | 10101110 | 1001000 | 100010 |
Color Harmonies of #189689
Complementary color
Monochromatic Colors of #189689
Black with #189689
Text Example
Text Example
White with #189689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189689; }
p { color: rgb(24,150,137); }
H1.HeaderClassName
{
color: #189689;
}
.AnyTagClassName
{
color: #189689;
}
</style>
background-color css
<style>
a { background-color: #189689; }
a { background-color: rgb(24,150,137); }
div.DivClassName
{
background-color: #189689;
}
.BgClassName
{
background-color: #189689;
}
</style>
border-color css
<style>
span { border-color: #189689; }
span { border-color: rgb(24,150,137); }
td.TdClassName
{
border-color: #189689;
}
.TagClassName
{
border-color: #189689;
}
</style>