Shades of Java #218D91
Tints of Java #218D91
RGB
CMYK
RGB Variations
Color information
#218D91 (or 0x218D91) is known color: Java. HEX triplet: 21, 8D and 91. RGB value is (33,141,145). Sum of RGB (Red+Green+Blue) = 33+141+145=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 141 (55.47% from 255 or 44.20% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 145 - color contains mainly: blue. Hex color #218D91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218D91 is #DE726E. Grayscale: #6D6D6D. Windows color (decimal): -14578287 or 9538849. OLE color: 9538849.
HSL color Cylindrical-coordinate representation of color #218D91: hue angle of 182.14º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #218D91 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 141 | 145 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.43 |
| HSL | 182.14º | 0.63% | 0.35% | - |
| HSV(B) | 182.14º | 0.77% | 0.57% | - |
| XYZ | 15.26 | 21.42 | 30.12 | - |
| YUV | 109.16 | 148.22 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 141 | 145 | 0.77 | 0.03 | 0 | 0.43 | 182.14 | 0.63 | 0.35 |
| Hex | 21 | 8D | 91 | 4D | 3 | 0 | 2B | B6 | 3F | 23 |
| Octal | 41 | 215 | 221 | 115 | 3 | 0 | 53 | 266 | 77 | 43 |
| Binary | 100001 | 10001101 | 10010001 | 1001101 | 11 | 0 | 101011 | 10110110 | 111111 | 100011 |
Color Harmonies of #218D91
Complementary color
Monochromatic Colors of #218D91
Black with #218D91
Text Example
Text Example
White with #218D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218D91; }
p { color: rgb(33,141,145); }
H1.HeaderClassName
{
color: #218D91;
}
.AnyTagClassName
{
color: #218D91;
}
</style>
background-color css
<style>
a { background-color: #218D91; }
a { background-color: rgb(33,141,145); }
div.DivClassName
{
background-color: #218D91;
}
.BgClassName
{
background-color: #218D91;
}
</style>
border-color css
<style>
span { border-color: #218D91; }
span { border-color: rgb(33,141,145); }
td.TdClassName
{
border-color: #218D91;
}
.TagClassName
{
border-color: #218D91;
}
</style>