Shades of Java #218D93
Tints of Java #218D93
RGB
CMYK
RGB Variations
Color information
#218D93 (or 0x218D93) is known color: Java. HEX triplet: 21, 8D and 93. RGB value is (33,141,147). Sum of RGB (Red+Green+Blue) = 33+141+147=321 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.28% from 321); Green value is 141 (55.47% from 255 or 43.93% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 147 - color contains mainly: blue. Hex color #218D93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218D93 is #DE726C. Grayscale: #6D6D6D. Windows color (decimal): -14578285 or 9669921. OLE color: 9669921.
HSL color Cylindrical-coordinate representation of color #218D93: hue angle of 183.16º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #218D93 is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 141 | 147 | - |
| CMYK | 0.78 | 0.04 | 0 | 0.42 |
| HSL | 183.16º | 0.63% | 0.35% | - |
| HSV(B) | 183.16º | 0.78% | 0.58% | - |
| XYZ | 15.42 | 21.48 | 30.94 | - |
| YUV | 109.39 | 149.22 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 141 | 147 | 0.78 | 0.04 | 0 | 0.42 | 183.16 | 0.63 | 0.35 |
| Hex | 21 | 8D | 93 | 4E | 4 | 0 | 2A | B7 | 3F | 23 |
| Octal | 41 | 215 | 223 | 116 | 4 | 0 | 52 | 267 | 77 | 43 |
| Binary | 100001 | 10001101 | 10010011 | 1001110 | 100 | 0 | 101010 | 10110111 | 111111 | 100011 |
Color Harmonies of #218D93
Complementary color
Monochromatic Colors of #218D93
Black with #218D93
Text Example
Text Example
White with #218D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218D93; }
p { color: rgb(33,141,147); }
H1.HeaderClassName
{
color: #218D93;
}
.AnyTagClassName
{
color: #218D93;
}
</style>
background-color css
<style>
a { background-color: #218D93; }
a { background-color: rgb(33,141,147); }
div.DivClassName
{
background-color: #218D93;
}
.BgClassName
{
background-color: #218D93;
}
</style>
border-color css
<style>
span { border-color: #218D93; }
span { border-color: rgb(33,141,147); }
td.TdClassName
{
border-color: #218D93;
}
.TagClassName
{
border-color: #218D93;
}
</style>