Shades of Java #219C97
Tints of Java #219C97
RGB
CMYK
RGB Variations
Color information
#219C97 (or 0x219C97) is known color: Java. HEX triplet: 21, 9C and 97. RGB value is (33,156,151). Sum of RGB (Red+Green+Blue) = 33+156+151=340 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.71% from 340); Green value is 156 (61.33% from 255 or 45.88% from 340); Blue value is 151 (59.38% from 255 or 44.41% from 340); Max value from RGB is 156 - color contains mainly: green. Hex color #219C97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219C97 is #DE6368. Grayscale: #767676. Windows color (decimal): -14574441 or 9935905. OLE color: 9935905.
HSL color Cylindrical-coordinate representation of color #219C97: hue angle of 177.56º 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 #219C97 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 156 | 151 | - |
| CMYK | 0.79 | 0 | 0.03 | 0.39 |
| HSL | 177.56º | 0.65% | 0.37% | - |
| HSV(B) | 177.56º | 0.79% | 0.61% | - |
| XYZ | 18.1 | 26.33 | 33.41 | - |
| YUV | 118.65 | 146.25 | 66.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 156 | 151 | 0.79 | 0 | 0.03 | 0.39 | 177.56 | 0.65 | 0.37 |
| Hex | 21 | 9C | 97 | 4F | 0 | 3 | 27 | B2 | 41 | 25 |
| Octal | 41 | 234 | 227 | 117 | 0 | 3 | 47 | 262 | 101 | 45 |
| Binary | 100001 | 10011100 | 10010111 | 1001111 | 0 | 11 | 100111 | 10110010 | 1000001 | 100101 |
Color Harmonies of #219C97
Complementary color
Monochromatic Colors of #219C97
Black with #219C97
Text Example
Text Example
White with #219C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219C97; }
p { color: rgb(33,156,151); }
H1.HeaderClassName
{
color: #219C97;
}
.AnyTagClassName
{
color: #219C97;
}
</style>
background-color css
<style>
a { background-color: #219C97; }
a { background-color: rgb(33,156,151); }
div.DivClassName
{
background-color: #219C97;
}
.BgClassName
{
background-color: #219C97;
}
</style>
border-color css
<style>
span { border-color: #219C97; }
span { border-color: rgb(33,156,151); }
td.TdClassName
{
border-color: #219C97;
}
.TagClassName
{
border-color: #219C97;
}
</style>