Shades of Java #18878B
Tints of Java #18878B
RGB
CMYK
RGB Variations
Color information
#18878B (or 0x18878B) is known color: Java. HEX triplet: 18, 87 and 8B. RGB value is (24,135,139). Sum of RGB (Red+Green+Blue) = 24+135+139=298 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.05% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #18878B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18878B is #E77874. Grayscale: #666666. Windows color (decimal): -15169653 or 9144088. OLE color: 9144088.
HSL color Cylindrical-coordinate representation of color #18878B: hue angle of 182.09º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18878B is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 135 | 139 | - |
| CMYK | 0.83 | 0.03 | 0 | 0.45 |
| HSL | 182.09º | 0.71% | 0.32% | - |
| HSV(B) | 182.09º | 0.83% | 0.55% | - |
| XYZ | 13.7 | 19.39 | 27.45 | - |
| YUV | 102.27 | 148.73 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 135 | 139 | 0.83 | 0.03 | 0 | 0.45 | 182.09 | 0.71 | 0.32 |
| Hex | 18 | 87 | 8B | 53 | 3 | 0 | 2D | B6 | 47 | 20 |
| Octal | 30 | 207 | 213 | 123 | 3 | 0 | 55 | 266 | 107 | 40 |
| Binary | 11000 | 10000111 | 10001011 | 1010011 | 11 | 0 | 101101 | 10110110 | 1000111 | 100000 |
Color Harmonies of #18878B
Complementary color
Monochromatic Colors of #18878B
Black with #18878B
Text Example
Text Example
White with #18878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18878B; }
p { color: rgb(24,135,139); }
H1.HeaderClassName
{
color: #18878B;
}
.AnyTagClassName
{
color: #18878B;
}
</style>
background-color css
<style>
a { background-color: #18878B; }
a { background-color: rgb(24,135,139); }
div.DivClassName
{
background-color: #18878B;
}
.BgClassName
{
background-color: #18878B;
}
</style>
border-color css
<style>
span { border-color: #18878B; }
span { border-color: rgb(24,135,139); }
td.TdClassName
{
border-color: #18878B;
}
.TagClassName
{
border-color: #18878B;
}
</style>