Shades of Java #189F9C
Tints of Java #189F9C
RGB
CMYK
RGB Variations
Color information
#189F9C (or 0x189F9C) is known color: Java. HEX triplet: 18, 9F and 9C. RGB value is (24,159,156). Sum of RGB (Red+Green+Blue) = 24+159+156=339 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.08% from 339); Green value is 159 (62.5% from 255 or 46.90% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 159 - color contains mainly: green. Hex color #189F9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189F9C is #E76063. Grayscale: #767676. Windows color (decimal): -15163492 or 10264344. OLE color: 10264344.
HSL color Cylindrical-coordinate representation of color #189F9C: hue angle of 178.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 #189F9C is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 159 | 156 | - |
| CMYK | 0.85 | 0 | 0.02 | 0.38 |
| HSL | 178.67º | 0.74% | 0.36% | - |
| HSV(B) | 178.67º | 0.85% | 0.62% | - |
| XYZ | 18.78 | 27.39 | 35.75 | - |
| YUV | 118.29 | 149.27 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 159 | 156 | 0.85 | 0 | 0.02 | 0.38 | 178.67 | 0.74 | 0.36 |
| Hex | 18 | 9F | 9C | 55 | 0 | 2 | 26 | B3 | 4A | 24 |
| Octal | 30 | 237 | 234 | 125 | 0 | 2 | 46 | 263 | 112 | 44 |
| Binary | 11000 | 10011111 | 10011100 | 1010101 | 0 | 10 | 100110 | 10110011 | 1001010 | 100100 |
Color Harmonies of #189F9C
Complementary color
Monochromatic Colors of #189F9C
Black with #189F9C
Text Example
Text Example
White with #189F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189F9C; }
p { color: rgb(24,159,156); }
H1.HeaderClassName
{
color: #189F9C;
}
.AnyTagClassName
{
color: #189F9C;
}
</style>
background-color css
<style>
a { background-color: #189F9C; }
a { background-color: rgb(24,159,156); }
div.DivClassName
{
background-color: #189F9C;
}
.BgClassName
{
background-color: #189F9C;
}
</style>
border-color css
<style>
span { border-color: #189F9C; }
span { border-color: rgb(24,159,156); }
td.TdClassName
{
border-color: #189F9C;
}
.TagClassName
{
border-color: #189F9C;
}
</style>