Shades of Java #219897
Tints of Java #219897
RGB
CMYK
RGB Variations
Color information
#219897 (or 0x219897) is known color: Java. HEX triplet: 21, 98 and 97. RGB value is (33,152,151). Sum of RGB (Red+Green+Blue) = 33+152+151=336 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.82% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 152 - color contains mainly: green. Hex color #219897 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219897 is #DE6768. Grayscale: #747474. Windows color (decimal): -14575465 or 9934881. OLE color: 9934881.
HSL color Cylindrical-coordinate representation of color #219897: hue angle of 179.5º 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 #219897 is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 152 | 151 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.40 |
| HSL | 179.5º | 0.64% | 0.36% | - |
| HSV(B) | 179.5º | 0.78% | 0.6% | - |
| XYZ | 17.44 | 25.01 | 33.19 | - |
| YUV | 116.31 | 147.58 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 152 | 151 | 0.78 | 0 | 0.01 | 0.40 | 179.5 | 0.64 | 0.36 |
| Hex | 21 | 98 | 97 | 4E | 0 | 1 | 28 | B3 | 40 | 24 |
| Octal | 41 | 230 | 227 | 116 | 0 | 1 | 50 | 263 | 100 | 44 |
| Binary | 100001 | 10011000 | 10010111 | 1001110 | 0 | 1 | 101000 | 10110011 | 1000000 | 100100 |
Color Harmonies of #219897
Complementary color
Monochromatic Colors of #219897
Black with #219897
Text Example
Text Example
White with #219897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219897; }
p { color: rgb(33,152,151); }
H1.HeaderClassName
{
color: #219897;
}
.AnyTagClassName
{
color: #219897;
}
</style>
background-color css
<style>
a { background-color: #219897; }
a { background-color: rgb(33,152,151); }
div.DivClassName
{
background-color: #219897;
}
.BgClassName
{
background-color: #219897;
}
</style>
border-color css
<style>
span { border-color: #219897; }
span { border-color: rgb(33,152,151); }
td.TdClassName
{
border-color: #219897;
}
.TagClassName
{
border-color: #219897;
}
</style>