Shades of Java #219D93
Tints of Java #219D93
RGB
CMYK
RGB Variations
Color information
#219D93 (or 0x219D93) is known color: Java. HEX triplet: 21, 9D and 93. RGB value is (33,157,147). Sum of RGB (Red+Green+Blue) = 33+157+147=337 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.79% from 337); Green value is 157 (61.72% from 255 or 46.59% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 157 - color contains mainly: green. Hex color #219D93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219D93 is #DE626C. Grayscale: #767676. Windows color (decimal): -14574189 or 9674017. OLE color: 9674017.
HSL color Cylindrical-coordinate representation of color #219D93: hue angle of 175.16º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219D93 is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 33 | 157 | 147 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.38 |
| HSL | 175.16º | 0.65% | 0.37% | - |
| HSV(B) | 175.16º | 0.79% | 0.62% | - |
| XYZ | 17.95 | 26.54 | 31.78 | - |
| YUV | 118.78 | 143.92 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 157 | 147 | 0.79 | 0 | 0.06 | 0.38 | 175.16 | 0.65 | 0.37 |
| Hex | 21 | 9D | 93 | 4F | 0 | 6 | 26 | AF | 41 | 25 |
| Octal | 41 | 235 | 223 | 117 | 0 | 6 | 46 | 257 | 101 | 45 |
| Binary | 100001 | 10011101 | 10010011 | 1001111 | 0 | 110 | 100110 | 10101111 | 1000001 | 100101 |
Color Harmonies of #219D93
Complementary color
Monochromatic Colors of #219D93
Black with #219D93
Text Example
Text Example
White with #219D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219D93; }
p { color: rgb(33,157,147); }
H1.HeaderClassName
{
color: #219D93;
}
.AnyTagClassName
{
color: #219D93;
}
</style>
background-color css
<style>
a { background-color: #219D93; }
a { background-color: rgb(33,157,147); }
div.DivClassName
{
background-color: #219D93;
}
.BgClassName
{
background-color: #219D93;
}
</style>
border-color css
<style>
span { border-color: #219D93; }
span { border-color: rgb(33,157,147); }
td.TdClassName
{
border-color: #219D93;
}
.TagClassName
{
border-color: #219D93;
}
</style>