Shades of Java #218C85
Tints of Java #218C85
RGB
CMYK
RGB Variations
Color information
#218C85 (or 0x218C85) is known color: Java. HEX triplet: 21, 8C and 85. RGB value is (33,140,133). Sum of RGB (Red+Green+Blue) = 33+140+133=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 140 (55.08% from 255 or 45.75% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 140 - color contains mainly: green. Hex color #218C85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218C85 is #DE737A. Grayscale: #6B6B6B. Windows color (decimal): -14578555 or 8752161. OLE color: 8752161.
HSL color Cylindrical-coordinate representation of color #218C85: hue angle of 176.07º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218C85 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 140 | 133 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.45 |
| HSL | 176.07º | 0.62% | 0.34% | - |
| HSV(B) | 176.07º | 0.76% | 0.55% | - |
| XYZ | 14.24 | 20.77 | 25.45 | - |
| YUV | 107.21 | 142.55 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 140 | 133 | 0.76 | 0 | 0.05 | 0.45 | 176.07 | 0.62 | 0.34 |
| Hex | 21 | 8C | 85 | 4C | 0 | 5 | 2D | B0 | 3E | 22 |
| Octal | 41 | 214 | 205 | 114 | 0 | 5 | 55 | 260 | 76 | 42 |
| Binary | 100001 | 10001100 | 10000101 | 1001100 | 0 | 101 | 101101 | 10110000 | 111110 | 100010 |
Color Harmonies of #218C85
Complementary color
Monochromatic Colors of #218C85
Black with #218C85
Text Example
Text Example
White with #218C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218C85; }
p { color: rgb(33,140,133); }
H1.HeaderClassName
{
color: #218C85;
}
.AnyTagClassName
{
color: #218C85;
}
</style>
background-color css
<style>
a { background-color: #218C85; }
a { background-color: rgb(33,140,133); }
div.DivClassName
{
background-color: #218C85;
}
.BgClassName
{
background-color: #218C85;
}
</style>
border-color css
<style>
span { border-color: #218C85; }
span { border-color: rgb(33,140,133); }
td.TdClassName
{
border-color: #218C85;
}
.TagClassName
{
border-color: #218C85;
}
</style>