Shades of Java #218F85
Tints of Java #218F85
RGB
CMYK
RGB Variations
Color information
#218F85 (or 0x218F85) is known color: Java. HEX triplet: 21, 8F and 85. RGB value is (33,143,133). Sum of RGB (Red+Green+Blue) = 33+143+133=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 143 (56.25% from 255 or 46.28% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 143 - color contains mainly: green. Hex color #218F85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218F85 is #DE707A. Grayscale: #6C6C6C. Windows color (decimal): -14577787 or 8752929. OLE color: 8752929.
HSL color Cylindrical-coordinate representation of color #218F85: hue angle of 174.55º 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 #218F85 is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 143 | 133 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.44 |
| HSL | 174.55º | 0.63% | 0.35% | - |
| HSV(B) | 174.55º | 0.77% | 0.56% | - |
| XYZ | 14.68 | 21.66 | 25.6 | - |
| YUV | 108.97 | 141.56 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 143 | 133 | 0.77 | 0 | 0.07 | 0.44 | 174.55 | 0.63 | 0.35 |
| Hex | 21 | 8F | 85 | 4D | 0 | 7 | 2C | AF | 3E | 23 |
| Octal | 41 | 217 | 205 | 115 | 0 | 7 | 54 | 257 | 76 | 43 |
| Binary | 100001 | 10001111 | 10000101 | 1001101 | 0 | 111 | 101100 | 10101111 | 111110 | 100011 |
Color Harmonies of #218F85
Complementary color
Monochromatic Colors of #218F85
Black with #218F85
Text Example
Text Example
White with #218F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218F85; }
p { color: rgb(33,143,133); }
H1.HeaderClassName
{
color: #218F85;
}
.AnyTagClassName
{
color: #218F85;
}
</style>
background-color css
<style>
a { background-color: #218F85; }
a { background-color: rgb(33,143,133); }
div.DivClassName
{
background-color: #218F85;
}
.BgClassName
{
background-color: #218F85;
}
</style>
border-color css
<style>
span { border-color: #218F85; }
span { border-color: rgb(33,143,133); }
td.TdClassName
{
border-color: #218F85;
}
.TagClassName
{
border-color: #218F85;
}
</style>