Shades of Java #219A8C
Tints of Java #219A8C
RGB
CMYK
RGB Variations
Color information
#219A8C (or 0x219A8C) is known color: Java. HEX triplet: 21, 9A and 8C. RGB value is (33,154,140). Sum of RGB (Red+Green+Blue) = 33+154+140=327 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.09% from 327); Green value is 154 (60.55% from 255 or 47.09% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 154 - color contains mainly: green. Hex color #219A8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219A8C is #DE6573. Grayscale: #747474. Windows color (decimal): -14574964 or 9214497. OLE color: 9214497.
HSL color Cylindrical-coordinate representation of color #219A8C: hue angle of 173.06º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219A8C is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 154 | 140 | - |
| CMYK | 0.79 | 0 | 0.09 | 0.40 |
| HSL | 173.06º | 0.65% | 0.37% | - |
| HSV(B) | 173.06º | 0.79% | 0.6% | - |
| XYZ | 16.92 | 25.33 | 28.81 | - |
| YUV | 116.23 | 141.41 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 154 | 140 | 0.79 | 0 | 0.09 | 0.40 | 173.06 | 0.65 | 0.37 |
| Hex | 21 | 9A | 8C | 4F | 0 | 9 | 28 | AD | 41 | 25 |
| Octal | 41 | 232 | 214 | 117 | 0 | 11 | 50 | 255 | 101 | 45 |
| Binary | 100001 | 10011010 | 10001100 | 1001111 | 0 | 1001 | 101000 | 10101101 | 1000001 | 100101 |
Color Harmonies of #219A8C
Complementary color
Monochromatic Colors of #219A8C
Black with #219A8C
Text Example
Text Example
White with #219A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219A8C; }
p { color: rgb(33,154,140); }
H1.HeaderClassName
{
color: #219A8C;
}
.AnyTagClassName
{
color: #219A8C;
}
</style>
background-color css
<style>
a { background-color: #219A8C; }
a { background-color: rgb(33,154,140); }
div.DivClassName
{
background-color: #219A8C;
}
.BgClassName
{
background-color: #219A8C;
}
</style>
border-color css
<style>
span { border-color: #219A8C; }
span { border-color: rgb(33,154,140); }
td.TdClassName
{
border-color: #219A8C;
}
.TagClassName
{
border-color: #219A8C;
}
</style>