Shades of Java #18999C
Tints of Java #18999C
RGB
CMYK
RGB Variations
Color information
#18999C (or 0x18999C) is known color: Java. HEX triplet: 18, 99 and 9C. RGB value is (24,153,156). Sum of RGB (Red+Green+Blue) = 24+153+156=333 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.21% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 156 - color contains mainly: blue. Hex color #18999C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18999C is #E76663. Grayscale: #727272. Windows color (decimal): -15165028 or 10262808. OLE color: 10262808.
HSL color Cylindrical-coordinate representation of color #18999C: hue angle of 181.36º 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 #18999C is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 153 | 156 | - |
| CMYK | 0.85 | 0.02 | 0 | 0.39 |
| HSL | 181.36º | 0.73% | 0.35% | - |
| HSV(B) | 181.36º | 0.85% | 0.61% | - |
| XYZ | 17.77 | 25.38 | 35.41 | - |
| YUV | 114.77 | 151.26 | 63.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 153 | 156 | 0.85 | 0.02 | 0 | 0.39 | 181.36 | 0.73 | 0.35 |
| Hex | 18 | 99 | 9C | 55 | 2 | 0 | 27 | B5 | 49 | 23 |
| Octal | 30 | 231 | 234 | 125 | 2 | 0 | 47 | 265 | 111 | 43 |
| Binary | 11000 | 10011001 | 10011100 | 1010101 | 10 | 0 | 100111 | 10110101 | 1001001 | 100011 |
Color Harmonies of #18999C
Complementary color
Monochromatic Colors of #18999C
Black with #18999C
Text Example
Text Example
White with #18999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18999C; }
p { color: rgb(24,153,156); }
H1.HeaderClassName
{
color: #18999C;
}
.AnyTagClassName
{
color: #18999C;
}
</style>
background-color css
<style>
a { background-color: #18999C; }
a { background-color: rgb(24,153,156); }
div.DivClassName
{
background-color: #18999C;
}
.BgClassName
{
background-color: #18999C;
}
</style>
border-color css
<style>
span { border-color: #18999C; }
span { border-color: rgb(24,153,156); }
td.TdClassName
{
border-color: #18999C;
}
.TagClassName
{
border-color: #18999C;
}
</style>