Shades of Java #219F90
Tints of Java #219F90
RGB
CMYK
RGB Variations
Color information
#219F90 (or 0x219F90) is known color: Java. HEX triplet: 21, 9F and 90. RGB value is (33,159,144). Sum of RGB (Red+Green+Blue) = 33+159+144=336 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.82% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 159 - color contains mainly: green. Hex color #219F90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219F90 is #DE606F. Grayscale: #777777. Windows color (decimal): -14573680 or 9477921. OLE color: 9477921.
HSL color Cylindrical-coordinate representation of color #219F90: hue angle of 172.86º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219F90 is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 159 | 144 | - |
| CMYK | 0.79 | 0 | 0.09 | 0.38 |
| HSL | 172.86º | 0.66% | 0.38% | - |
| HSV(B) | 172.86º | 0.79% | 0.62% | - |
| XYZ | 18.06 | 27.13 | 30.67 | - |
| YUV | 119.62 | 141.76 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 159 | 144 | 0.79 | 0 | 0.09 | 0.38 | 172.86 | 0.66 | 0.38 |
| Hex | 21 | 9F | 90 | 4F | 0 | 9 | 26 | AD | 42 | 26 |
| Octal | 41 | 237 | 220 | 117 | 0 | 11 | 46 | 255 | 102 | 46 |
| Binary | 100001 | 10011111 | 10010000 | 1001111 | 0 | 1001 | 100110 | 10101101 | 1000010 | 100110 |
Color Harmonies of #219F90
Complementary color
Monochromatic Colors of #219F90
Black with #219F90
Text Example
Text Example
White with #219F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219F90; }
p { color: rgb(33,159,144); }
H1.HeaderClassName
{
color: #219F90;
}
.AnyTagClassName
{
color: #219F90;
}
</style>
background-color css
<style>
a { background-color: #219F90; }
a { background-color: rgb(33,159,144); }
div.DivClassName
{
background-color: #219F90;
}
.BgClassName
{
background-color: #219F90;
}
</style>
border-color css
<style>
span { border-color: #219F90; }
span { border-color: rgb(33,159,144); }
td.TdClassName
{
border-color: #219F90;
}
.TagClassName
{
border-color: #219F90;
}
</style>