Shades of Java #219690
Tints of Java #219690
RGB
CMYK
RGB Variations
Color information
#219690 (or 0x219690) is known color: Java. HEX triplet: 21, 96 and 90. RGB value is (33,150,144). Sum of RGB (Red+Green+Blue) = 33+150+144=327 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.09% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 150 - color contains mainly: green. Hex color #219690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219690 is #DE696F. Grayscale: #727272. Windows color (decimal): -14575984 or 9475617. OLE color: 9475617.
HSL color Cylindrical-coordinate representation of color #219690: hue angle of 176.92º 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 #219690 is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 33 | 150 | 144 | - |
| CMYK | 0.78 | 0 | 0.04 | 0.41 |
| HSL | 176.92º | 0.64% | 0.36% | - |
| HSV(B) | 176.92º | 0.78% | 0.59% | - |
| XYZ | 16.57 | 24.15 | 30.17 | - |
| YUV | 114.33 | 144.74 | 69.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 150 | 144 | 0.78 | 0 | 0.04 | 0.41 | 176.92 | 0.64 | 0.36 |
| Hex | 21 | 96 | 90 | 4E | 0 | 4 | 29 | B1 | 40 | 24 |
| Octal | 41 | 226 | 220 | 116 | 0 | 4 | 51 | 261 | 100 | 44 |
| Binary | 100001 | 10010110 | 10010000 | 1001110 | 0 | 100 | 101001 | 10110001 | 1000000 | 100100 |
Color Harmonies of #219690
Complementary color
Monochromatic Colors of #219690
Black with #219690
Text Example
Text Example
White with #219690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219690; }
p { color: rgb(33,150,144); }
H1.HeaderClassName
{
color: #219690;
}
.AnyTagClassName
{
color: #219690;
}
</style>
background-color css
<style>
a { background-color: #219690; }
a { background-color: rgb(33,150,144); }
div.DivClassName
{
background-color: #219690;
}
.BgClassName
{
background-color: #219690;
}
</style>
border-color css
<style>
span { border-color: #219690; }
span { border-color: rgb(33,150,144); }
td.TdClassName
{
border-color: #219690;
}
.TagClassName
{
border-color: #219690;
}
</style>