Shades of Java #189082
Tints of Java #189082
RGB
CMYK
RGB Variations
Color information
#189082 (or 0x189082) is known color: Java. HEX triplet: 18, 90 and 82. RGB value is (24,144,130). Sum of RGB (Red+Green+Blue) = 24+144+130=298 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.05% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 144 - color contains mainly: green. Hex color #189082 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189082 is #E76F7D. Grayscale: #6A6A6A. Windows color (decimal): -15167358 or 8556568. OLE color: 8556568.
HSL color Cylindrical-coordinate representation of color #189082: hue angle of 173º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #189082 is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 144 | 130 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.44 |
| HSL | 173º | 0.71% | 0.33% | - |
| HSV(B) | 173º | 0.83% | 0.56% | - |
| XYZ | 14.38 | 21.75 | 24.56 | - |
| YUV | 106.52 | 141.24 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 144 | 130 | 0.83 | 0 | 0.10 | 0.44 | 173 | 0.71 | 0.33 |
| Hex | 18 | 90 | 82 | 53 | 0 | A | 2C | AD | 47 | 21 |
| Octal | 30 | 220 | 202 | 123 | 0 | 12 | 54 | 255 | 107 | 41 |
| Binary | 11000 | 10010000 | 10000010 | 1010011 | 0 | 1010 | 101100 | 10101101 | 1000111 | 100001 |
Color Harmonies of #189082
Complementary color
Monochromatic Colors of #189082
Black with #189082
Text Example
Text Example
White with #189082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189082; }
p { color: rgb(24,144,130); }
H1.HeaderClassName
{
color: #189082;
}
.AnyTagClassName
{
color: #189082;
}
</style>
background-color css
<style>
a { background-color: #189082; }
a { background-color: rgb(24,144,130); }
div.DivClassName
{
background-color: #189082;
}
.BgClassName
{
background-color: #189082;
}
</style>
border-color css
<style>
span { border-color: #189082; }
span { border-color: rgb(24,144,130); }
td.TdClassName
{
border-color: #189082;
}
.TagClassName
{
border-color: #189082;
}
</style>