Shades of Java #218D84
Tints of Java #218D84
RGB
CMYK
RGB Variations
Color information
#218D84 (or 0x218D84) is known color: Java. HEX triplet: 21, 8D and 84. RGB value is (33,141,132). Sum of RGB (Red+Green+Blue) = 33+141+132=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 141 (55.47% from 255 or 46.08% from 306); Blue value is 132 (51.95% from 255 or 43.14% from 306); Max value from RGB is 141 - color contains mainly: green. Hex color #218D84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218D84 is #DE727B. Grayscale: #6B6B6B. Windows color (decimal): -14578300 or 8686881. OLE color: 8686881.
HSL color Cylindrical-coordinate representation of color #218D84: hue angle of 175º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218D84 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 141 | 132 | - |
| CMYK | 0.77 | 0 | 0.06 | 0.45 |
| HSL | 175º | 0.62% | 0.34% | - |
| HSV(B) | 175º | 0.77% | 0.55% | - |
| XYZ | 14.32 | 21.04 | 25.14 | - |
| YUV | 107.68 | 141.72 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 141 | 132 | 0.77 | 0 | 0.06 | 0.45 | 175 | 0.62 | 0.34 |
| Hex | 21 | 8D | 84 | 4D | 0 | 6 | 2D | AF | 3E | 22 |
| Octal | 41 | 215 | 204 | 115 | 0 | 6 | 55 | 257 | 76 | 42 |
| Binary | 100001 | 10001101 | 10000100 | 1001101 | 0 | 110 | 101101 | 10101111 | 111110 | 100010 |
Color Harmonies of #218D84
Complementary color
Monochromatic Colors of #218D84
Black with #218D84
Text Example
Text Example
White with #218D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218D84; }
p { color: rgb(33,141,132); }
H1.HeaderClassName
{
color: #218D84;
}
.AnyTagClassName
{
color: #218D84;
}
</style>
background-color css
<style>
a { background-color: #218D84; }
a { background-color: rgb(33,141,132); }
div.DivClassName
{
background-color: #218D84;
}
.BgClassName
{
background-color: #218D84;
}
</style>
border-color css
<style>
span { border-color: #218D84; }
span { border-color: rgb(33,141,132); }
td.TdClassName
{
border-color: #218D84;
}
.TagClassName
{
border-color: #218D84;
}
</style>