Shades of Java #218F82
Tints of Java #218F82
RGB
CMYK
RGB Variations
Color information
#218F82 (or 0x218F82) is known color: Java. HEX triplet: 21, 8F and 82. RGB value is (33,143,130). Sum of RGB (Red+Green+Blue) = 33+143+130=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 143 (56.25% from 255 or 46.73% from 306); Blue value is 130 (51.17% from 255 or 42.48% from 306); Max value from RGB is 143 - color contains mainly: green. Hex color #218F82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218F82 is #DE707D. Grayscale: #6C6C6C. Windows color (decimal): -14577790 or 8556321. OLE color: 8556321.
HSL color Cylindrical-coordinate representation of color #218F82: hue angle of 172.91º 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 #218F82 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 143 | 130 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.44 |
| HSL | 172.91º | 0.63% | 0.35% | - |
| HSV(B) | 172.91º | 0.77% | 0.56% | - |
| XYZ | 14.48 | 21.58 | 24.52 | - |
| YUV | 108.63 | 140.06 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 143 | 130 | 0.77 | 0 | 0.09 | 0.44 | 172.91 | 0.63 | 0.35 |
| Hex | 21 | 8F | 82 | 4D | 0 | 9 | 2C | AD | 3E | 23 |
| Octal | 41 | 217 | 202 | 115 | 0 | 11 | 54 | 255 | 76 | 43 |
| Binary | 100001 | 10001111 | 10000010 | 1001101 | 0 | 1001 | 101100 | 10101101 | 111110 | 100011 |
Color Harmonies of #218F82
Complementary color
Monochromatic Colors of #218F82
Black with #218F82
Text Example
Text Example
White with #218F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218F82; }
p { color: rgb(33,143,130); }
H1.HeaderClassName
{
color: #218F82;
}
.AnyTagClassName
{
color: #218F82;
}
</style>
background-color css
<style>
a { background-color: #218F82; }
a { background-color: rgb(33,143,130); }
div.DivClassName
{
background-color: #218F82;
}
.BgClassName
{
background-color: #218F82;
}
</style>
border-color css
<style>
span { border-color: #218F82; }
span { border-color: rgb(33,143,130); }
td.TdClassName
{
border-color: #218F82;
}
.TagClassName
{
border-color: #218F82;
}
</style>