Shades of Java #218D97
Tints of Java #218D97
RGB
CMYK
RGB Variations
Color information
#218D97 (or 0x218D97) is known color: Java. HEX triplet: 21, 8D and 97. RGB value is (33,141,151). Sum of RGB (Red+Green+Blue) = 33+141+151=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 151 (59.38% from 255 or 46.46% from 325); Max value from RGB is 151 - color contains mainly: blue. Hex color #218D97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218D97 is #DE7268. Grayscale: #6D6D6D. Windows color (decimal): -14578281 or 9932065. OLE color: 9932065.
HSL color Cylindrical-coordinate representation of color #218D97: hue angle of 185.08º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #218D97 is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 33 | 141 | 151 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.41 |
| HSL | 185.08º | 0.64% | 0.36% | - |
| HSV(B) | 185.08º | 0.78% | 0.59% | - |
| XYZ | 15.74 | 21.61 | 32.62 | - |
| YUV | 109.85 | 151.22 | 73.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 141 | 151 | 0.78 | 0.07 | 0 | 0.41 | 185.08 | 0.64 | 0.36 |
| Hex | 21 | 8D | 97 | 4E | 7 | 0 | 29 | B9 | 40 | 24 |
| Octal | 41 | 215 | 227 | 116 | 7 | 0 | 51 | 271 | 100 | 44 |
| Binary | 100001 | 10001101 | 10010111 | 1001110 | 111 | 0 | 101001 | 10111001 | 1000000 | 100100 |
Color Harmonies of #218D97
Complementary color
Monochromatic Colors of #218D97
Black with #218D97
Text Example
Text Example
White with #218D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218D97; }
p { color: rgb(33,141,151); }
H1.HeaderClassName
{
color: #218D97;
}
.AnyTagClassName
{
color: #218D97;
}
</style>
background-color css
<style>
a { background-color: #218D97; }
a { background-color: rgb(33,141,151); }
div.DivClassName
{
background-color: #218D97;
}
.BgClassName
{
background-color: #218D97;
}
</style>
border-color css
<style>
span { border-color: #218D97; }
span { border-color: rgb(33,141,151); }
td.TdClassName
{
border-color: #218D97;
}
.TagClassName
{
border-color: #218D97;
}
</style>