Shades of Java #219496
Tints of Java #219496
RGB
CMYK
RGB Variations
Color information
#219496 (or 0x219496) is known color: Java. HEX triplet: 21, 94 and 96. RGB value is (33,148,150). Sum of RGB (Red+Green+Blue) = 33+148+150=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #219496 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219496 is #DE6B69. Grayscale: #717171. Windows color (decimal): -14576490 or 9868321. OLE color: 9868321.
HSL color Cylindrical-coordinate representation of color #219496: hue angle of 181.03º 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 #219496 is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 33 | 148 | 150 | - |
| CMYK | 0.78 | 0.01 | 0 | 0.41 |
| HSL | 181.03º | 0.64% | 0.36% | - |
| HSV(B) | 181.03º | 0.78% | 0.59% | - |
| XYZ | 16.72 | 23.71 | 32.55 | - |
| YUV | 113.84 | 148.4 | 70.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 148 | 150 | 0.78 | 0.01 | 0 | 0.41 | 181.03 | 0.64 | 0.36 |
| Hex | 21 | 94 | 96 | 4E | 1 | 0 | 29 | B5 | 40 | 24 |
| Octal | 41 | 224 | 226 | 116 | 1 | 0 | 51 | 265 | 100 | 44 |
| Binary | 100001 | 10010100 | 10010110 | 1001110 | 1 | 0 | 101001 | 10110101 | 1000000 | 100100 |
Color Harmonies of #219496
Complementary color
Monochromatic Colors of #219496
Black with #219496
Text Example
Text Example
White with #219496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219496; }
p { color: rgb(33,148,150); }
H1.HeaderClassName
{
color: #219496;
}
.AnyTagClassName
{
color: #219496;
}
</style>
background-color css
<style>
a { background-color: #219496; }
a { background-color: rgb(33,148,150); }
div.DivClassName
{
background-color: #219496;
}
.BgClassName
{
background-color: #219496;
}
</style>
border-color css
<style>
span { border-color: #219496; }
span { border-color: rgb(33,148,150); }
td.TdClassName
{
border-color: #219496;
}
.TagClassName
{
border-color: #219496;
}
</style>