Shades of Java #189185
Tints of Java #189185
RGB
CMYK
RGB Variations
Color information
#189185 (or 0x189185) is known color: Java. HEX triplet: 18, 91 and 85. RGB value is (24,145,133). Sum of RGB (Red+Green+Blue) = 24+145+133=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 145 (57.03% from 255 or 48.01% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 145 - color contains mainly: green. Hex color #189185 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189185 is #E76E7A. Grayscale: #6B6B6B. Windows color (decimal): -15167099 or 8753432. OLE color: 8753432.
HSL color Cylindrical-coordinate representation of color #189185: hue angle of 174.05º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #189185 is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 145 | 133 | - |
| CMYK | 0.83 | 0 | 0.08 | 0.43 |
| HSL | 174.05º | 0.72% | 0.33% | - |
| HSV(B) | 174.05º | 0.83% | 0.57% | - |
| XYZ | 14.74 | 22.14 | 25.69 | - |
| YUV | 107.45 | 142.41 | 68.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 145 | 133 | 0.83 | 0 | 0.08 | 0.43 | 174.05 | 0.72 | 0.33 |
| Hex | 18 | 91 | 85 | 53 | 0 | 8 | 2B | AE | 48 | 21 |
| Octal | 30 | 221 | 205 | 123 | 0 | 10 | 53 | 256 | 110 | 41 |
| Binary | 11000 | 10010001 | 10000101 | 1010011 | 0 | 1000 | 101011 | 10101110 | 1001000 | 100001 |
Color Harmonies of #189185
Complementary color
Monochromatic Colors of #189185
Black with #189185
Text Example
Text Example
White with #189185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189185; }
p { color: rgb(24,145,133); }
H1.HeaderClassName
{
color: #189185;
}
.AnyTagClassName
{
color: #189185;
}
</style>
background-color css
<style>
a { background-color: #189185; }
a { background-color: rgb(24,145,133); }
div.DivClassName
{
background-color: #189185;
}
.BgClassName
{
background-color: #189185;
}
</style>
border-color css
<style>
span { border-color: #189185; }
span { border-color: rgb(24,145,133); }
td.TdClassName
{
border-color: #189185;
}
.TagClassName
{
border-color: #189185;
}
</style>