Shades of Java #18989B
Tints of Java #18989B
RGB
CMYK
RGB Variations
Color information
#18989B (or 0x18989B) is known color: Java. HEX triplet: 18, 98 and 9B. RGB value is (24,152,155). Sum of RGB (Red+Green+Blue) = 24+152+155=331 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.25% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #18989B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18989B is #E76764. Grayscale: #717171. Windows color (decimal): -15165285 or 10197016. OLE color: 10197016.
HSL color Cylindrical-coordinate representation of color #18989B: hue angle of 181.37º 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 #18989B is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 152 | 155 | - |
| CMYK | 0.85 | 0.02 | 0 | 0.39 |
| HSL | 181.37º | 0.73% | 0.35% | - |
| HSV(B) | 181.37º | 0.85% | 0.61% | - |
| XYZ | 17.52 | 25.02 | 34.92 | - |
| YUV | 114.07 | 151.09 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 152 | 155 | 0.85 | 0.02 | 0 | 0.39 | 181.37 | 0.73 | 0.35 |
| Hex | 18 | 98 | 9B | 55 | 2 | 0 | 27 | B5 | 49 | 23 |
| Octal | 30 | 230 | 233 | 125 | 2 | 0 | 47 | 265 | 111 | 43 |
| Binary | 11000 | 10011000 | 10011011 | 1010101 | 10 | 0 | 100111 | 10110101 | 1001001 | 100011 |
Color Harmonies of #18989B
Complementary color
Monochromatic Colors of #18989B
Black with #18989B
Text Example
Text Example
White with #18989B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18989B; }
p { color: rgb(24,152,155); }
H1.HeaderClassName
{
color: #18989B;
}
.AnyTagClassName
{
color: #18989B;
}
</style>
background-color css
<style>
a { background-color: #18989B; }
a { background-color: rgb(24,152,155); }
div.DivClassName
{
background-color: #18989B;
}
.BgClassName
{
background-color: #18989B;
}
</style>
border-color css
<style>
span { border-color: #18989B; }
span { border-color: rgb(24,152,155); }
td.TdClassName
{
border-color: #18989B;
}
.TagClassName
{
border-color: #18989B;
}
</style>