Shades of Java #219B96
Tints of Java #219B96
RGB
CMYK
RGB Variations
Color information
#219B96 (or 0x219B96) is known color: Java. HEX triplet: 21, 9B and 96. RGB value is (33,155,150). Sum of RGB (Red+Green+Blue) = 33+155+150=338 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.76% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 155 - color contains mainly: green. Hex color #219B96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219B96 is #DE6469. Grayscale: #757575. Windows color (decimal): -14574698 or 9870113. OLE color: 9870113.
HSL color Cylindrical-coordinate representation of color #219B96: hue angle of 177.54º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219B96 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 155 | 150 | - |
| CMYK | 0.79 | 0 | 0.03 | 0.39 |
| HSL | 177.54º | 0.65% | 0.37% | - |
| HSV(B) | 177.54º | 0.79% | 0.61% | - |
| XYZ | 17.85 | 25.97 | 32.93 | - |
| YUV | 117.95 | 146.08 | 67.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 155 | 150 | 0.79 | 0 | 0.03 | 0.39 | 177.54 | 0.65 | 0.37 |
| Hex | 21 | 9B | 96 | 4F | 0 | 3 | 27 | B2 | 41 | 25 |
| Octal | 41 | 233 | 226 | 117 | 0 | 3 | 47 | 262 | 101 | 45 |
| Binary | 100001 | 10011011 | 10010110 | 1001111 | 0 | 11 | 100111 | 10110010 | 1000001 | 100101 |
Color Harmonies of #219B96
Complementary color
Monochromatic Colors of #219B96
Black with #219B96
Text Example
Text Example
White with #219B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219B96; }
p { color: rgb(33,155,150); }
H1.HeaderClassName
{
color: #219B96;
}
.AnyTagClassName
{
color: #219B96;
}
</style>
background-color css
<style>
a { background-color: #219B96; }
a { background-color: rgb(33,155,150); }
div.DivClassName
{
background-color: #219B96;
}
.BgClassName
{
background-color: #219B96;
}
</style>
border-color css
<style>
span { border-color: #219B96; }
span { border-color: rgb(33,155,150); }
td.TdClassName
{
border-color: #219B96;
}
.TagClassName
{
border-color: #219B96;
}
</style>