Shades of Java #219C91
Tints of Java #219C91
RGB
CMYK
RGB Variations
Color information
#219C91 (or 0x219C91) is known color: Java. HEX triplet: 21, 9C and 91. RGB value is (33,156,145). Sum of RGB (Red+Green+Blue) = 33+156+145=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 156 (61.33% from 255 or 46.71% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 156 - color contains mainly: green. Hex color #219C91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219C91 is #DE636E. Grayscale: #757575. Windows color (decimal): -14574447 or 9542689. OLE color: 9542689.
HSL color Cylindrical-coordinate representation of color #219C91: hue angle of 174.63º 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 #219C91 is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 156 | 145 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.39 |
| HSL | 174.63º | 0.65% | 0.37% | - |
| HSV(B) | 174.63º | 0.79% | 0.61% | - |
| XYZ | 17.63 | 26.14 | 30.91 | - |
| YUV | 117.97 | 143.25 | 67.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 156 | 145 | 0.79 | 0 | 0.07 | 0.39 | 174.63 | 0.65 | 0.37 |
| Hex | 21 | 9C | 91 | 4F | 0 | 7 | 27 | AF | 41 | 25 |
| Octal | 41 | 234 | 221 | 117 | 0 | 7 | 47 | 257 | 101 | 45 |
| Binary | 100001 | 10011100 | 10010001 | 1001111 | 0 | 111 | 100111 | 10101111 | 1000001 | 100101 |
Color Harmonies of #219C91
Complementary color
Monochromatic Colors of #219C91
Black with #219C91
Text Example
Text Example
White with #219C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219C91; }
p { color: rgb(33,156,145); }
H1.HeaderClassName
{
color: #219C91;
}
.AnyTagClassName
{
color: #219C91;
}
</style>
background-color css
<style>
a { background-color: #219C91; }
a { background-color: rgb(33,156,145); }
div.DivClassName
{
background-color: #219C91;
}
.BgClassName
{
background-color: #219C91;
}
</style>
border-color css
<style>
span { border-color: #219C91; }
span { border-color: rgb(33,156,145); }
td.TdClassName
{
border-color: #219C91;
}
.TagClassName
{
border-color: #219C91;
}
</style>