Shades of Java #18899A
Tints of Java #18899A
RGB
CMYK
RGB Variations
Color information
#18899A (or 0x18899A) is known color: Java. HEX triplet: 18, 89 and 9A. RGB value is (24,137,154). Sum of RGB (Red+Green+Blue) = 24+137+154=315 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.62% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 154 (60.55% from 255 or 48.89% from 315); Max value from RGB is 154 - color contains mainly: blue. Hex color #18899A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18899A is #E77665. Grayscale: #686868. Windows color (decimal): -15169126 or 10127640. OLE color: 10127640.
HSL color Cylindrical-coordinate representation of color #18899A: hue angle of 187.85º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18899A is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 24 | 137 | 154 | - |
| CMYK | 0.84 | 0.11 | 0 | 0.40 |
| HSL | 187.85º | 0.73% | 0.35% | - |
| HSV(B) | 187.85º | 0.84% | 0.6% | - |
| XYZ | 15.16 | 20.42 | 33.71 | - |
| YUV | 105.15 | 155.56 | 70.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 137 | 154 | 0.84 | 0.11 | 0 | 0.40 | 187.85 | 0.73 | 0.35 |
| Hex | 18 | 89 | 9A | 54 | B | 0 | 28 | BC | 49 | 23 |
| Octal | 30 | 211 | 232 | 124 | 13 | 0 | 50 | 274 | 111 | 43 |
| Binary | 11000 | 10001001 | 10011010 | 1010100 | 1011 | 0 | 101000 | 10111100 | 1001001 | 100011 |
Color Harmonies of #18899A
Complementary color
Monochromatic Colors of #18899A
Black with #18899A
Text Example
Text Example
White with #18899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18899A; }
p { color: rgb(24,137,154); }
H1.HeaderClassName
{
color: #18899A;
}
.AnyTagClassName
{
color: #18899A;
}
</style>
background-color css
<style>
a { background-color: #18899A; }
a { background-color: rgb(24,137,154); }
div.DivClassName
{
background-color: #18899A;
}
.BgClassName
{
background-color: #18899A;
}
</style>
border-color css
<style>
span { border-color: #18899A; }
span { border-color: rgb(24,137,154); }
td.TdClassName
{
border-color: #18899A;
}
.TagClassName
{
border-color: #18899A;
}
</style>