Shades of Java #18959C
Tints of Java #18959C
RGB
CMYK
RGB Variations
Color information
#18959C (or 0x18959C) is known color: Java. HEX triplet: 18, 95 and 9C. RGB value is (24,149,156). Sum of RGB (Red+Green+Blue) = 24+149+156=329 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.29% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #18959C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18959C is #E76A63. Grayscale: #707070. Windows color (decimal): -15166052 or 10261784. OLE color: 10261784.
HSL color Cylindrical-coordinate representation of color #18959C: hue angle of 183.18º 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 #18959C is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 149 | 156 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.39 |
| HSL | 183.18º | 0.73% | 0.35% | - |
| HSV(B) | 183.18º | 0.85% | 0.61% | - |
| XYZ | 17.12 | 24.09 | 35.2 | - |
| YUV | 112.42 | 152.59 | 64.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 149 | 156 | 0.85 | 0.04 | 0 | 0.39 | 183.18 | 0.73 | 0.35 |
| Hex | 18 | 95 | 9C | 55 | 4 | 0 | 27 | B7 | 49 | 23 |
| Octal | 30 | 225 | 234 | 125 | 4 | 0 | 47 | 267 | 111 | 43 |
| Binary | 11000 | 10010101 | 10011100 | 1010101 | 100 | 0 | 100111 | 10110111 | 1001001 | 100011 |
Color Harmonies of #18959C
Complementary color
Monochromatic Colors of #18959C
Black with #18959C
Text Example
Text Example
White with #18959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18959C; }
p { color: rgb(24,149,156); }
H1.HeaderClassName
{
color: #18959C;
}
.AnyTagClassName
{
color: #18959C;
}
</style>
background-color css
<style>
a { background-color: #18959C; }
a { background-color: rgb(24,149,156); }
div.DivClassName
{
background-color: #18959C;
}
.BgClassName
{
background-color: #18959C;
}
</style>
border-color css
<style>
span { border-color: #18959C; }
span { border-color: rgb(24,149,156); }
td.TdClassName
{
border-color: #18959C;
}
.TagClassName
{
border-color: #18959C;
}
</style>