Shades of Java #218D8F
Tints of Java #218D8F
RGB
CMYK
RGB Variations
Color information
#218D8F (or 0x218D8F) is known color: Java. HEX triplet: 21, 8D and 8F. RGB value is (33,141,143). Sum of RGB (Red+Green+Blue) = 33+141+143=317 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.41% from 317); Green value is 141 (55.47% from 255 or 44.48% from 317); Blue value is 143 (56.25% from 255 or 45.11% from 317); Max value from RGB is 143 - color contains mainly: blue. Hex color #218D8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218D8F is #DE7270. Grayscale: #6C6C6C. Windows color (decimal): -14578289 or 9407777. OLE color: 9407777.
HSL color Cylindrical-coordinate representation of color #218D8F: hue angle of 181.09º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218D8F is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 141 | 143 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.44 |
| HSL | 181.09º | 0.63% | 0.35% | - |
| HSV(B) | 181.09º | 0.77% | 0.56% | - |
| XYZ | 15.11 | 21.36 | 29.31 | - |
| YUV | 108.94 | 147.22 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 141 | 143 | 0.77 | 0.01 | 0 | 0.44 | 181.09 | 0.63 | 0.35 |
| Hex | 21 | 8D | 8F | 4D | 1 | 0 | 2C | B5 | 3E | 23 |
| Octal | 41 | 215 | 217 | 115 | 1 | 0 | 54 | 265 | 76 | 43 |
| Binary | 100001 | 10001101 | 10001111 | 1001101 | 1 | 0 | 101100 | 10110101 | 111110 | 100011 |
Color Harmonies of #218D8F
Complementary color
Monochromatic Colors of #218D8F
Black with #218D8F
Text Example
Text Example
White with #218D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218D8F; }
p { color: rgb(33,141,143); }
H1.HeaderClassName
{
color: #218D8F;
}
.AnyTagClassName
{
color: #218D8F;
}
</style>
background-color css
<style>
a { background-color: #218D8F; }
a { background-color: rgb(33,141,143); }
div.DivClassName
{
background-color: #218D8F;
}
.BgClassName
{
background-color: #218D8F;
}
</style>
border-color css
<style>
span { border-color: #218D8F; }
span { border-color: rgb(33,141,143); }
td.TdClassName
{
border-color: #218D8F;
}
.TagClassName
{
border-color: #218D8F;
}
</style>