Shades of Java #18A19C
Tints of Java #18A19C
RGB
CMYK
RGB Variations
Color information
#18A19C (or 0x18A19C) is known color: Java. HEX triplet: 18, A1 and 9C. RGB value is (24,161,156). Sum of RGB (Red+Green+Blue) = 24+161+156=341 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.04% from 341); Green value is 161 (63.28% from 255 or 47.21% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 161 - color contains mainly: green. Hex color #18A19C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A19C is #E75E63. Grayscale: #777777. Windows color (decimal): -15162980 or 10264856. OLE color: 10264856.
HSL color Cylindrical-coordinate representation of color #18A19C: hue angle of 177.81º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A19C is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 161 | 156 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.37 |
| HSL | 177.81º | 0.74% | 0.36% | - |
| HSV(B) | 177.81º | 0.85% | 0.63% | - |
| XYZ | 19.12 | 28.08 | 35.87 | - |
| YUV | 119.47 | 148.61 | 59.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 161 | 156 | 0.85 | 0 | 0.03 | 0.37 | 177.81 | 0.74 | 0.36 |
| Hex | 18 | A1 | 9C | 55 | 0 | 3 | 25 | B2 | 4A | 24 |
| Octal | 30 | 241 | 234 | 125 | 0 | 3 | 45 | 262 | 112 | 44 |
| Binary | 11000 | 10100001 | 10011100 | 1010101 | 0 | 11 | 100101 | 10110010 | 1001010 | 100100 |
Color Harmonies of #18A19C
Complementary color
Monochromatic Colors of #18A19C
Black with #18A19C
Text Example
Text Example
White with #18A19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A19C; }
p { color: rgb(24,161,156); }
H1.HeaderClassName
{
color: #18A19C;
}
.AnyTagClassName
{
color: #18A19C;
}
</style>
background-color css
<style>
a { background-color: #18A19C; }
a { background-color: rgb(24,161,156); }
div.DivClassName
{
background-color: #18A19C;
}
.BgClassName
{
background-color: #18A19C;
}
</style>
border-color css
<style>
span { border-color: #18A19C; }
span { border-color: rgb(24,161,156); }
td.TdClassName
{
border-color: #18A19C;
}
.TagClassName
{
border-color: #18A19C;
}
</style>