Shades of Java #219796
Tints of Java #219796
RGB
CMYK
RGB Variations
Color information
#219796 (or 0x219796) is known color: Java. HEX triplet: 21, 97 and 96. RGB value is (33,151,150). Sum of RGB (Red+Green+Blue) = 33+151+150=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 151 (59.38% from 255 or 45.21% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 151 - color contains mainly: green. Hex color #219796 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219796 is #DE6869. Grayscale: #737373. Windows color (decimal): -14575722 or 9869089. OLE color: 9869089.
HSL color Cylindrical-coordinate representation of color #219796: hue angle of 179.49º 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 #219796 is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 33 | 151 | 150 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.41 |
| HSL | 179.49º | 0.64% | 0.36% | - |
| HSV(B) | 179.49º | 0.78% | 0.59% | - |
| XYZ | 17.2 | 24.66 | 32.71 | - |
| YUV | 115.6 | 147.41 | 69.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 151 | 150 | 0.78 | 0 | 0.01 | 0.41 | 179.49 | 0.64 | 0.36 |
| Hex | 21 | 97 | 96 | 4E | 0 | 1 | 29 | B3 | 40 | 24 |
| Octal | 41 | 227 | 226 | 116 | 0 | 1 | 51 | 263 | 100 | 44 |
| Binary | 100001 | 10010111 | 10010110 | 1001110 | 0 | 1 | 101001 | 10110011 | 1000000 | 100100 |
Color Harmonies of #219796
Complementary color
Monochromatic Colors of #219796
Black with #219796
Text Example
Text Example
White with #219796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219796; }
p { color: rgb(33,151,150); }
H1.HeaderClassName
{
color: #219796;
}
.AnyTagClassName
{
color: #219796;
}
</style>
background-color css
<style>
a { background-color: #219796; }
a { background-color: rgb(33,151,150); }
div.DivClassName
{
background-color: #219796;
}
.BgClassName
{
background-color: #219796;
}
</style>
border-color css
<style>
span { border-color: #219796; }
span { border-color: rgb(33,151,150); }
td.TdClassName
{
border-color: #219796;
}
.TagClassName
{
border-color: #219796;
}
</style>