Shades of Java #189298
Tints of Java #189298
RGB
CMYK
RGB Variations
Color information
#189298 (or 0x189298) is known color: Java. HEX triplet: 18, 92 and 98. RGB value is (24,146,152). Sum of RGB (Red+Green+Blue) = 24+146+152=322 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.45% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 152 (59.77% from 255 or 47.20% from 322); Max value from RGB is 152 - color contains mainly: blue. Hex color #189298 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189298 is #E76D67. Grayscale: #6E6E6E. Windows color (decimal): -15166824 or 9998872. OLE color: 9998872.
HSL color Cylindrical-coordinate representation of color #189298: hue angle of 182.81º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #189298 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 24 | 146 | 152 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.40 |
| HSL | 182.81º | 0.73% | 0.35% | - |
| HSV(B) | 182.81º | 0.84% | 0.6% | - |
| XYZ | 16.32 | 23.02 | 33.29 | - |
| YUV | 110.21 | 151.58 | 66.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 146 | 152 | 0.84 | 0.04 | 0 | 0.40 | 182.81 | 0.73 | 0.35 |
| Hex | 18 | 92 | 98 | 54 | 4 | 0 | 28 | B7 | 49 | 23 |
| Octal | 30 | 222 | 230 | 124 | 4 | 0 | 50 | 267 | 111 | 43 |
| Binary | 11000 | 10010010 | 10011000 | 1010100 | 100 | 0 | 101000 | 10110111 | 1001001 | 100011 |
Color Harmonies of #189298
Complementary color
Monochromatic Colors of #189298
Black with #189298
Text Example
Text Example
White with #189298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189298; }
p { color: rgb(24,146,152); }
H1.HeaderClassName
{
color: #189298;
}
.AnyTagClassName
{
color: #189298;
}
</style>
background-color css
<style>
a { background-color: #189298; }
a { background-color: rgb(24,146,152); }
div.DivClassName
{
background-color: #189298;
}
.BgClassName
{
background-color: #189298;
}
</style>
border-color css
<style>
span { border-color: #189298; }
span { border-color: rgb(24,146,152); }
td.TdClassName
{
border-color: #189298;
}
.TagClassName
{
border-color: #189298;
}
</style>