Shades of Java #18878F
Tints of Java #18878F
RGB
CMYK
RGB Variations
Color information
#18878F (or 0x18878F) is known color: Java. HEX triplet: 18, 87 and 8F. RGB value is (24,135,143). Sum of RGB (Red+Green+Blue) = 24+135+143=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 143 (56.25% from 255 or 47.35% from 302); Max value from RGB is 143 - color contains mainly: blue. Hex color #18878F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18878F is #E77870. Grayscale: #666666. Windows color (decimal): -15169649 or 9406232. OLE color: 9406232.
HSL color Cylindrical-coordinate representation of color #18878F: hue angle of 184.03º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18878F is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 135 | 143 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.44 |
| HSL | 184.03º | 0.71% | 0.33% | - |
| HSV(B) | 184.03º | 0.83% | 0.56% | - |
| XYZ | 14 | 19.51 | 29.01 | - |
| YUV | 102.72 | 150.73 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 135 | 143 | 0.83 | 0.06 | 0 | 0.44 | 184.03 | 0.71 | 0.33 |
| Hex | 18 | 87 | 8F | 53 | 6 | 0 | 2C | B8 | 47 | 21 |
| Octal | 30 | 207 | 217 | 123 | 6 | 0 | 54 | 270 | 107 | 41 |
| Binary | 11000 | 10000111 | 10001111 | 1010011 | 110 | 0 | 101100 | 10111000 | 1000111 | 100001 |
Color Harmonies of #18878F
Complementary color
Monochromatic Colors of #18878F
Black with #18878F
Text Example
Text Example
White with #18878F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18878F; }
p { color: rgb(24,135,143); }
H1.HeaderClassName
{
color: #18878F;
}
.AnyTagClassName
{
color: #18878F;
}
</style>
background-color css
<style>
a { background-color: #18878F; }
a { background-color: rgb(24,135,143); }
div.DivClassName
{
background-color: #18878F;
}
.BgClassName
{
background-color: #18878F;
}
</style>
border-color css
<style>
span { border-color: #18878F; }
span { border-color: rgb(24,135,143); }
td.TdClassName
{
border-color: #18878F;
}
.TagClassName
{
border-color: #18878F;
}
</style>