Shades of Java #189F93
Tints of Java #189F93
RGB
CMYK
RGB Variations
Color information
#189F93 (or 0x189F93) is known color: Java. HEX triplet: 18, 9F and 93. RGB value is (24,159,147). Sum of RGB (Red+Green+Blue) = 24+159+147=330 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.27% from 330); Green value is 159 (62.5% from 255 or 48.18% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 159 - color contains mainly: green. Hex color #189F93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189F93 is #E7606C. Grayscale: #757575. Windows color (decimal): -15163501 or 9674520. OLE color: 9674520.
HSL color Cylindrical-coordinate representation of color #189F93: hue angle of 174.67º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #189F93 is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 159 | 147 | - |
| CMYK | 0.85 | 0 | 0.08 | 0.38 |
| HSL | 174.67º | 0.74% | 0.36% | - |
| HSV(B) | 174.67º | 0.85% | 0.62% | - |
| XYZ | 18.04 | 27.1 | 31.88 | - |
| YUV | 117.27 | 144.77 | 61.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 159 | 147 | 0.85 | 0 | 0.08 | 0.38 | 174.67 | 0.74 | 0.36 |
| Hex | 18 | 9F | 93 | 55 | 0 | 8 | 26 | AF | 4A | 24 |
| Octal | 30 | 237 | 223 | 125 | 0 | 10 | 46 | 257 | 112 | 44 |
| Binary | 11000 | 10011111 | 10010011 | 1010101 | 0 | 1000 | 100110 | 10101111 | 1001010 | 100100 |
Color Harmonies of #189F93
Complementary color
Monochromatic Colors of #189F93
Black with #189F93
Text Example
Text Example
White with #189F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189F93; }
p { color: rgb(24,159,147); }
H1.HeaderClassName
{
color: #189F93;
}
.AnyTagClassName
{
color: #189F93;
}
</style>
background-color css
<style>
a { background-color: #189F93; }
a { background-color: rgb(24,159,147); }
div.DivClassName
{
background-color: #189F93;
}
.BgClassName
{
background-color: #189F93;
}
</style>
border-color css
<style>
span { border-color: #189F93; }
span { border-color: rgb(24,159,147); }
td.TdClassName
{
border-color: #189F93;
}
.TagClassName
{
border-color: #189F93;
}
</style>