Shades of Java #189292
Tints of Java #189292
RGB
CMYK
RGB Variations
Color information
#189292 (or 0x189292) is known color: Java. HEX triplet: 18, 92 and 92. RGB value is (24,146,146). Sum of RGB (Red+Green+Blue) = 24+146+146=316 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.59% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #189292 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189292 is #E76D6D. Grayscale: #6D6D6D. Windows color (decimal): -15166830 or 9605656. OLE color: 9605656.
HSL color Cylindrical-coordinate representation of color #189292: hue angle of 180º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #189292 is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 146 | 146 | - |
| CMYK | 0.84 | 0 | 0 | 0.43 |
| HSL | 180º | 0.72% | 0.33% | - |
| HSV(B) | 180º | 0.84% | 0.57% | - |
| XYZ | 15.84 | 22.83 | 30.77 | - |
| YUV | 109.52 | 148.58 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 146 | 146 | 0.84 | 0 | 0 | 0.43 | 180 | 0.72 | 0.33 |
| Hex | 18 | 92 | 92 | 54 | 0 | 0 | 2B | B4 | 48 | 21 |
| Octal | 30 | 222 | 222 | 124 | 0 | 0 | 53 | 264 | 110 | 41 |
| Binary | 11000 | 10010010 | 10010010 | 1010100 | 0 | 0 | 101011 | 10110100 | 1001000 | 100001 |
Color Harmonies of #189292
Complementary color
Monochromatic Colors of #189292
Black with #189292
Text Example
Text Example
White with #189292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189292; }
p { color: rgb(24,146,146); }
H1.HeaderClassName
{
color: #189292;
}
.AnyTagClassName
{
color: #189292;
}
</style>
background-color css
<style>
a { background-color: #189292; }
a { background-color: rgb(24,146,146); }
div.DivClassName
{
background-color: #189292;
}
.BgClassName
{
background-color: #189292;
}
</style>
border-color css
<style>
span { border-color: #189292; }
span { border-color: rgb(24,146,146); }
td.TdClassName
{
border-color: #189292;
}
.TagClassName
{
border-color: #189292;
}
</style>