Shades of Java #219595
Tints of Java #219595
RGB
CMYK
RGB Variations
Color information
#219595 (or 0x219595) is known color: Java. HEX triplet: 21, 95 and 95. RGB value is (33,149,149). Sum of RGB (Red+Green+Blue) = 33+149+149=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #219595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219595 is #DE6A6A. Grayscale: #727272. Windows color (decimal): -14576235 or 9803041. OLE color: 9803041.
HSL color Cylindrical-coordinate representation of color #219595: hue angle of 180º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219595 is Cyan = 0.78, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 149 | 149 | - |
| CMYK | 0.78 | 0 | 0 | 0.42 |
| HSL | 180º | 0.64% | 0.36% | - |
| HSV(B) | 180º | 0.78% | 0.58% | - |
| XYZ | 16.8 | 23.99 | 32.18 | - |
| YUV | 114.32 | 147.57 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 149 | 149 | 0.78 | 0 | 0 | 0.42 | 180 | 0.64 | 0.36 |
| Hex | 21 | 95 | 95 | 4E | 0 | 0 | 2A | B4 | 40 | 24 |
| Octal | 41 | 225 | 225 | 116 | 0 | 0 | 52 | 264 | 100 | 44 |
| Binary | 100001 | 10010101 | 10010101 | 1001110 | 0 | 0 | 101010 | 10110100 | 1000000 | 100100 |
Color Harmonies of #219595
Complementary color
Monochromatic Colors of #219595
Black with #219595
Text Example
Text Example
White with #219595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219595; }
p { color: rgb(33,149,149); }
H1.HeaderClassName
{
color: #219595;
}
.AnyTagClassName
{
color: #219595;
}
</style>
background-color css
<style>
a { background-color: #219595; }
a { background-color: rgb(33,149,149); }
div.DivClassName
{
background-color: #219595;
}
.BgClassName
{
background-color: #219595;
}
</style>
border-color css
<style>
span { border-color: #219595; }
span { border-color: rgb(33,149,149); }
td.TdClassName
{
border-color: #219595;
}
.TagClassName
{
border-color: #219595;
}
</style>