Shades of Java #219693
Tints of Java #219693
RGB
CMYK
RGB Variations
Color information
#219693 (or 0x219693) is known color: Java. HEX triplet: 21, 96 and 93. RGB value is (33,150,147). Sum of RGB (Red+Green+Blue) = 33+150+147=330 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 150 - color contains mainly: green. Hex color #219693 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219693 is #DE696C. Grayscale: #727272. Windows color (decimal): -14575981 or 9672225. OLE color: 9672225.
HSL color Cylindrical-coordinate representation of color #219693: hue angle of 178.46º 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 #219693 is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 33 | 150 | 147 | - |
| CMYK | 0.78 | 0 | 0.02 | 0.41 |
| HSL | 178.46º | 0.64% | 0.36% | - |
| HSV(B) | 178.46º | 0.78% | 0.59% | - |
| XYZ | 16.8 | 24.24 | 31.4 | - |
| YUV | 114.68 | 146.24 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 150 | 147 | 0.78 | 0 | 0.02 | 0.41 | 178.46 | 0.64 | 0.36 |
| Hex | 21 | 96 | 93 | 4E | 0 | 2 | 29 | B2 | 40 | 24 |
| Octal | 41 | 226 | 223 | 116 | 0 | 2 | 51 | 262 | 100 | 44 |
| Binary | 100001 | 10010110 | 10010011 | 1001110 | 0 | 10 | 101001 | 10110010 | 1000000 | 100100 |
Color Harmonies of #219693
Complementary color
Monochromatic Colors of #219693
Black with #219693
Text Example
Text Example
White with #219693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219693; }
p { color: rgb(33,150,147); }
H1.HeaderClassName
{
color: #219693;
}
.AnyTagClassName
{
color: #219693;
}
</style>
background-color css
<style>
a { background-color: #219693; }
a { background-color: rgb(33,150,147); }
div.DivClassName
{
background-color: #219693;
}
.BgClassName
{
background-color: #219693;
}
</style>
border-color css
<style>
span { border-color: #219693; }
span { border-color: rgb(33,150,147); }
td.TdClassName
{
border-color: #219693;
}
.TagClassName
{
border-color: #219693;
}
</style>