Shades of Java #189C9B
Tints of Java #189C9B
RGB
CMYK
RGB Variations
Color information
#189C9B (or 0x189C9B) is known color: Java. HEX triplet: 18, 9C and 9B. RGB value is (24,156,155). Sum of RGB (Red+Green+Blue) = 24+156+155=335 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.16% from 335); Green value is 156 (61.33% from 255 or 46.57% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 156 - color contains mainly: green. Hex color #189C9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189C9B is #E76364. Grayscale: #747474. Windows color (decimal): -15164261 or 10198040. OLE color: 10198040.
HSL color Cylindrical-coordinate representation of color #189C9B: hue angle of 179.55º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #189C9B is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 156 | 155 | - |
| CMYK | 0.85 | 0 | 0.01 | 0.39 |
| HSL | 179.55º | 0.73% | 0.35% | - |
| HSV(B) | 179.55º | 0.85% | 0.61% | - |
| XYZ | 18.18 | 26.34 | 35.14 | - |
| YUV | 116.42 | 149.77 | 62.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 156 | 155 | 0.85 | 0 | 0.01 | 0.39 | 179.55 | 0.73 | 0.35 |
| Hex | 18 | 9C | 9B | 55 | 0 | 1 | 27 | B4 | 49 | 23 |
| Octal | 30 | 234 | 233 | 125 | 0 | 1 | 47 | 264 | 111 | 43 |
| Binary | 11000 | 10011100 | 10011011 | 1010101 | 0 | 1 | 100111 | 10110100 | 1001001 | 100011 |
Color Harmonies of #189C9B
Complementary color
Monochromatic Colors of #189C9B
Black with #189C9B
Text Example
Text Example
White with #189C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189C9B; }
p { color: rgb(24,156,155); }
H1.HeaderClassName
{
color: #189C9B;
}
.AnyTagClassName
{
color: #189C9B;
}
</style>
background-color css
<style>
a { background-color: #189C9B; }
a { background-color: rgb(24,156,155); }
div.DivClassName
{
background-color: #189C9B;
}
.BgClassName
{
background-color: #189C9B;
}
</style>
border-color css
<style>
span { border-color: #189C9B; }
span { border-color: rgb(24,156,155); }
td.TdClassName
{
border-color: #189C9B;
}
.TagClassName
{
border-color: #189C9B;
}
</style>