Shades of Java #189397
Tints of Java #189397
RGB
CMYK
RGB Variations
Color information
#189397 (or 0x189397) is known color: Java. HEX triplet: 18, 93 and 97. RGB value is (24,147,151). Sum of RGB (Red+Green+Blue) = 24+147+151=322 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.45% from 322); Green value is 147 (57.81% from 255 or 45.65% from 322); Blue value is 151 (59.38% from 255 or 46.89% from 322); Max value from RGB is 151 - color contains mainly: blue. Hex color #189397 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189397 is #E76C68. Grayscale: #6E6E6E. Windows color (decimal): -15166569 or 9933592. OLE color: 9933592.
HSL color Cylindrical-coordinate representation of color #189397: hue angle of 181.89º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #189397 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 24 | 147 | 151 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.41 |
| HSL | 181.89º | 0.73% | 0.34% | - |
| HSV(B) | 181.89º | 0.84% | 0.59% | - |
| XYZ | 16.4 | 23.3 | 32.91 | - |
| YUV | 110.68 | 150.75 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 147 | 151 | 0.84 | 0.03 | 0 | 0.41 | 181.89 | 0.73 | 0.34 |
| Hex | 18 | 93 | 97 | 54 | 3 | 0 | 29 | B6 | 49 | 22 |
| Octal | 30 | 223 | 227 | 124 | 3 | 0 | 51 | 266 | 111 | 42 |
| Binary | 11000 | 10010011 | 10010111 | 1010100 | 11 | 0 | 101001 | 10110110 | 1001001 | 100010 |
Color Harmonies of #189397
Complementary color
Monochromatic Colors of #189397
Black with #189397
Text Example
Text Example
White with #189397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189397; }
p { color: rgb(24,147,151); }
H1.HeaderClassName
{
color: #189397;
}
.AnyTagClassName
{
color: #189397;
}
</style>
background-color css
<style>
a { background-color: #189397; }
a { background-color: rgb(24,147,151); }
div.DivClassName
{
background-color: #189397;
}
.BgClassName
{
background-color: #189397;
}
</style>
border-color css
<style>
span { border-color: #189397; }
span { border-color: rgb(24,147,151); }
td.TdClassName
{
border-color: #189397;
}
.TagClassName
{
border-color: #189397;
}
</style>