Shades of Java #189997
Tints of Java #189997
RGB
CMYK
RGB Variations
Color information
#189997 (or 0x189997) is known color: Java. HEX triplet: 18, 99 and 97. RGB value is (24,153,151). Sum of RGB (Red+Green+Blue) = 24+153+151=328 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.32% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 151 (59.38% from 255 or 46.04% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #189997 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189997 is #E76668. Grayscale: #727272. Windows color (decimal): -15165033 or 9935128. OLE color: 9935128.
HSL color Cylindrical-coordinate representation of color #189997: hue angle of 179.07º 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 #189997 is Cyan = 0.84, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 24 | 153 | 151 | - |
| CMYK | 0.84 | 0 | 0.01 | 0.4 |
| HSL | 179.07º | 0.73% | 0.35% | - |
| HSV(B) | 179.07º | 0.84% | 0.6% | - |
| XYZ | 17.35 | 25.21 | 33.23 | - |
| YUV | 114.2 | 148.76 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 153 | 151 | 0.84 | 0 | 0.01 | 0.4 | 179.07 | 0.73 | 0.35 |
| Hex | 18 | 99 | 97 | 54 | 0 | 1 | 28 | B3 | 49 | 23 |
| Octal | 30 | 231 | 227 | 124 | 0 | 1 | 50 | 263 | 111 | 43 |
| Binary | 11000 | 10011001 | 10010111 | 1010100 | 0 | 1 | 101000 | 10110011 | 1001001 | 100011 |
Color Harmonies of #189997
Complementary color
Monochromatic Colors of #189997
Black with #189997
Text Example
Text Example
White with #189997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189997; }
p { color: rgb(24,153,151); }
H1.HeaderClassName
{
color: #189997;
}
.AnyTagClassName
{
color: #189997;
}
</style>
background-color css
<style>
a { background-color: #189997; }
a { background-color: rgb(24,153,151); }
div.DivClassName
{
background-color: #189997;
}
.BgClassName
{
background-color: #189997;
}
</style>
border-color css
<style>
span { border-color: #189997; }
span { border-color: rgb(24,153,151); }
td.TdClassName
{
border-color: #189997;
}
.TagClassName
{
border-color: #189997;
}
</style>