Shades of Java #218C8B
Tints of Java #218C8B
RGB
CMYK
RGB Variations
Color information
#218C8B (or 0x218C8B) is known color: Java. HEX triplet: 21, 8C and 8B. RGB value is (33,140,139). Sum of RGB (Red+Green+Blue) = 33+140+139=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 140 (55.08% from 255 or 44.87% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 140 - color contains mainly: green. Hex color #218C8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218C8B is #DE7374. Grayscale: #6B6B6B. Windows color (decimal): -14578549 or 9145377. OLE color: 9145377.
HSL color Cylindrical-coordinate representation of color #218C8B: hue angle of 179.44º 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 #218C8B is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 33 | 140 | 139 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.45 |
| HSL | 179.44º | 0.62% | 0.34% | - |
| HSV(B) | 179.44º | 0.76% | 0.55% | - |
| XYZ | 14.67 | 20.94 | 27.7 | - |
| YUV | 107.89 | 145.55 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 140 | 139 | 0.76 | 0 | 0.01 | 0.45 | 179.44 | 0.62 | 0.34 |
| Hex | 21 | 8C | 8B | 4C | 0 | 1 | 2D | B3 | 3E | 22 |
| Octal | 41 | 214 | 213 | 114 | 0 | 1 | 55 | 263 | 76 | 42 |
| Binary | 100001 | 10001100 | 10001011 | 1001100 | 0 | 1 | 101101 | 10110011 | 111110 | 100010 |
Color Harmonies of #218C8B
Complementary color
Monochromatic Colors of #218C8B
Black with #218C8B
Text Example
Text Example
White with #218C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218C8B; }
p { color: rgb(33,140,139); }
H1.HeaderClassName
{
color: #218C8B;
}
.AnyTagClassName
{
color: #218C8B;
}
</style>
background-color css
<style>
a { background-color: #218C8B; }
a { background-color: rgb(33,140,139); }
div.DivClassName
{
background-color: #218C8B;
}
.BgClassName
{
background-color: #218C8B;
}
</style>
border-color css
<style>
span { border-color: #218C8B; }
span { border-color: rgb(33,140,139); }
td.TdClassName
{
border-color: #218C8B;
}
.TagClassName
{
border-color: #218C8B;
}
</style>