Shades of Java #18979B
Tints of Java #18979B
RGB
CMYK
RGB Variations
Color information
#18979B (or 0x18979B) is known color: Java. HEX triplet: 18, 97 and 9B. RGB value is (24,151,155). Sum of RGB (Red+Green+Blue) = 24+151+155=330 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.27% from 330); Green value is 151 (59.38% from 255 or 45.76% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #18979B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18979B is #E76864. Grayscale: #717171. Windows color (decimal): -15165541 or 10196760. OLE color: 10196760.
HSL color Cylindrical-coordinate representation of color #18979B: hue angle of 181.83º 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 #18979B is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 151 | 155 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.39 |
| HSL | 181.83º | 0.73% | 0.35% | - |
| HSV(B) | 181.83º | 0.85% | 0.61% | - |
| XYZ | 17.36 | 24.69 | 34.86 | - |
| YUV | 113.48 | 151.42 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 151 | 155 | 0.85 | 0.03 | 0 | 0.39 | 181.83 | 0.73 | 0.35 |
| Hex | 18 | 97 | 9B | 55 | 3 | 0 | 27 | B6 | 49 | 23 |
| Octal | 30 | 227 | 233 | 125 | 3 | 0 | 47 | 266 | 111 | 43 |
| Binary | 11000 | 10010111 | 10011011 | 1010101 | 11 | 0 | 100111 | 10110110 | 1001001 | 100011 |
Color Harmonies of #18979B
Complementary color
Monochromatic Colors of #18979B
Black with #18979B
Text Example
Text Example
White with #18979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18979B; }
p { color: rgb(24,151,155); }
H1.HeaderClassName
{
color: #18979B;
}
.AnyTagClassName
{
color: #18979B;
}
</style>
background-color css
<style>
a { background-color: #18979B; }
a { background-color: rgb(24,151,155); }
div.DivClassName
{
background-color: #18979B;
}
.BgClassName
{
background-color: #18979B;
}
</style>
border-color css
<style>
span { border-color: #18979B; }
span { border-color: rgb(24,151,155); }
td.TdClassName
{
border-color: #18979B;
}
.TagClassName
{
border-color: #18979B;
}
</style>