Shades of Java #218E8E
Tints of Java #218E8E
RGB
CMYK
RGB Variations
Color information
#218E8E (or 0x218E8E) is known color: Java. HEX triplet: 21, 8E and 8E. RGB value is (33,142,142). Sum of RGB (Red+Green+Blue) = 33+142+142=317 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.41% from 317); Green value is 142 (55.86% from 255 or 44.79% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 142 - color contains mainly: green, blue. Hex color #218E8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218E8E is #DE7171. Grayscale: #6D6D6D. Windows color (decimal): -14578034 or 9342497. OLE color: 9342497.
HSL color Cylindrical-coordinate representation of color #218E8E: hue angle of 180º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218E8E is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 142 | 142 | - |
| CMYK | 0.77 | 0 | 0 | 0.44 |
| HSL | 180º | 0.62% | 0.34% | - |
| HSV(B) | 180º | 0.77% | 0.56% | - |
| XYZ | 15.18 | 21.62 | 28.96 | - |
| YUV | 109.41 | 146.39 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 142 | 142 | 0.77 | 0 | 0 | 0.44 | 180 | 0.62 | 0.34 |
| Hex | 21 | 8E | 8E | 4D | 0 | 0 | 2C | B4 | 3E | 22 |
| Octal | 41 | 216 | 216 | 115 | 0 | 0 | 54 | 264 | 76 | 42 |
| Binary | 100001 | 10001110 | 10001110 | 1001101 | 0 | 0 | 101100 | 10110100 | 111110 | 100010 |
Color Harmonies of #218E8E
Complementary color
Monochromatic Colors of #218E8E
Black with #218E8E
Text Example
Text Example
White with #218E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218E8E; }
p { color: rgb(33,142,142); }
H1.HeaderClassName
{
color: #218E8E;
}
.AnyTagClassName
{
color: #218E8E;
}
</style>
background-color css
<style>
a { background-color: #218E8E; }
a { background-color: rgb(33,142,142); }
div.DivClassName
{
background-color: #218E8E;
}
.BgClassName
{
background-color: #218E8E;
}
</style>
border-color css
<style>
span { border-color: #218E8E; }
span { border-color: rgb(33,142,142); }
td.TdClassName
{
border-color: #218E8E;
}
.TagClassName
{
border-color: #218E8E;
}
</style>