Shades of Java #189190
Tints of Java #189190
RGB
CMYK
RGB Variations
Color information
#189190 (or 0x189190) is known color: Java. HEX triplet: 18, 91 and 90. RGB value is (24,145,144). Sum of RGB (Red+Green+Blue) = 24+145+144=313 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.67% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #189190 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189190 is #E76E6F. Grayscale: #6C6C6C. Windows color (decimal): -15167088 or 9474328. OLE color: 9474328.
HSL color Cylindrical-coordinate representation of color #189190: hue angle of 179.5º 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 #189190 is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 145 | 144 | - |
| CMYK | 0.83 | 0 | 0.01 | 0.43 |
| HSL | 179.5º | 0.72% | 0.33% | - |
| HSV(B) | 179.5º | 0.83% | 0.57% | - |
| XYZ | 15.54 | 22.46 | 29.9 | - |
| YUV | 108.71 | 147.91 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 145 | 144 | 0.83 | 0 | 0.01 | 0.43 | 179.5 | 0.72 | 0.33 |
| Hex | 18 | 91 | 90 | 53 | 0 | 1 | 2B | B4 | 48 | 21 |
| Octal | 30 | 221 | 220 | 123 | 0 | 1 | 53 | 264 | 110 | 41 |
| Binary | 11000 | 10010001 | 10010000 | 1010011 | 0 | 1 | 101011 | 10110100 | 1001000 | 100001 |
Color Harmonies of #189190
Complementary color
Monochromatic Colors of #189190
Black with #189190
Text Example
Text Example
White with #189190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189190; }
p { color: rgb(24,145,144); }
H1.HeaderClassName
{
color: #189190;
}
.AnyTagClassName
{
color: #189190;
}
</style>
background-color css
<style>
a { background-color: #189190; }
a { background-color: rgb(24,145,144); }
div.DivClassName
{
background-color: #189190;
}
.BgClassName
{
background-color: #189190;
}
</style>
border-color css
<style>
span { border-color: #189190; }
span { border-color: rgb(24,145,144); }
td.TdClassName
{
border-color: #189190;
}
.TagClassName
{
border-color: #189190;
}
</style>