Shades of Java #18949A
Tints of Java #18949A
RGB
CMYK
RGB Variations
Color information
#18949A (or 0x18949A) is known color: Java. HEX triplet: 18, 94 and 9A. RGB value is (24,148,154). Sum of RGB (Red+Green+Blue) = 24+148+154=326 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.36% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 154 - color contains mainly: blue. Hex color #18949A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18949A is #E76B65. Grayscale: #6F6F6F. Windows color (decimal): -15166310 or 10130456. OLE color: 10130456.
HSL color Cylindrical-coordinate representation of color #18949A: hue angle of 182.77º 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 #18949A is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 24 | 148 | 154 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.40 |
| HSL | 182.77º | 0.73% | 0.35% | - |
| HSV(B) | 182.77º | 0.84% | 0.6% | - |
| XYZ | 16.8 | 23.71 | 34.26 | - |
| YUV | 111.61 | 151.92 | 65.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 148 | 154 | 0.84 | 0.04 | 0 | 0.40 | 182.77 | 0.73 | 0.35 |
| Hex | 18 | 94 | 9A | 54 | 4 | 0 | 28 | B7 | 49 | 23 |
| Octal | 30 | 224 | 232 | 124 | 4 | 0 | 50 | 267 | 111 | 43 |
| Binary | 11000 | 10010100 | 10011010 | 1010100 | 100 | 0 | 101000 | 10110111 | 1001001 | 100011 |
Color Harmonies of #18949A
Complementary color
Monochromatic Colors of #18949A
Black with #18949A
Text Example
Text Example
White with #18949A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18949A; }
p { color: rgb(24,148,154); }
H1.HeaderClassName
{
color: #18949A;
}
.AnyTagClassName
{
color: #18949A;
}
</style>
background-color css
<style>
a { background-color: #18949A; }
a { background-color: rgb(24,148,154); }
div.DivClassName
{
background-color: #18949A;
}
.BgClassName
{
background-color: #18949A;
}
</style>
border-color css
<style>
span { border-color: #18949A; }
span { border-color: rgb(24,148,154); }
td.TdClassName
{
border-color: #18949A;
}
.TagClassName
{
border-color: #18949A;
}
</style>