Shades of Java #219698
Tints of Java #219698
RGB
CMYK
RGB Variations
Color information
#219698 (or 0x219698) is known color: Java. HEX triplet: 21, 96 and 98. RGB value is (33,150,152). Sum of RGB (Red+Green+Blue) = 33+150+152=335 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.85% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 152 (59.77% from 255 or 45.37% from 335); Max value from RGB is 152 - color contains mainly: blue. Hex color #219698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219698 is #DE6967. Grayscale: #737373. Windows color (decimal): -14575976 or 9999905. OLE color: 9999905.
HSL color Cylindrical-coordinate representation of color #219698: hue angle of 181.01º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219698 is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 150 | 152 | - |
| CMYK | 0.78 | 0.01 | 0 | 0.40 |
| HSL | 181.01º | 0.64% | 0.36% | - |
| HSV(B) | 181.01º | 0.78% | 0.6% | - |
| XYZ | 17.2 | 24.4 | 33.51 | - |
| YUV | 115.25 | 148.74 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 150 | 152 | 0.78 | 0.01 | 0 | 0.40 | 181.01 | 0.64 | 0.36 |
| Hex | 21 | 96 | 98 | 4E | 1 | 0 | 28 | B5 | 40 | 24 |
| Octal | 41 | 226 | 230 | 116 | 1 | 0 | 50 | 265 | 100 | 44 |
| Binary | 100001 | 10010110 | 10011000 | 1001110 | 1 | 0 | 101000 | 10110101 | 1000000 | 100100 |
Color Harmonies of #219698
Complementary color
Monochromatic Colors of #219698
Black with #219698
Text Example
Text Example
White with #219698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219698; }
p { color: rgb(33,150,152); }
H1.HeaderClassName
{
color: #219698;
}
.AnyTagClassName
{
color: #219698;
}
</style>
background-color css
<style>
a { background-color: #219698; }
a { background-color: rgb(33,150,152); }
div.DivClassName
{
background-color: #219698;
}
.BgClassName
{
background-color: #219698;
}
</style>
border-color css
<style>
span { border-color: #219698; }
span { border-color: rgb(33,150,152); }
td.TdClassName
{
border-color: #219698;
}
.TagClassName
{
border-color: #219698;
}
</style>