Shades of Java #219A8A
Tints of Java #219A8A
RGB
CMYK
RGB Variations
Color information
#219A8A (or 0x219A8A) is known color: Java. HEX triplet: 21, 9A and 8A. RGB value is (33,154,138). Sum of RGB (Red+Green+Blue) = 33+154+138=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 154 (60.55% from 255 or 47.38% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 154 - color contains mainly: green. Hex color #219A8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219A8A is #DE6575. Grayscale: #737373. Windows color (decimal): -14574966 or 9083425. OLE color: 9083425.
HSL color Cylindrical-coordinate representation of color #219A8A: hue angle of 172.07º 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 #219A8A is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 154 | 138 | - |
| CMYK | 0.79 | 0 | 0.10 | 0.40 |
| HSL | 172.07º | 0.65% | 0.37% | - |
| HSV(B) | 172.07º | 0.79% | 0.6% | - |
| XYZ | 16.77 | 25.27 | 28.04 | - |
| YUV | 116 | 140.41 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 154 | 138 | 0.79 | 0 | 0.10 | 0.40 | 172.07 | 0.65 | 0.37 |
| Hex | 21 | 9A | 8A | 4F | 0 | A | 28 | AC | 41 | 25 |
| Octal | 41 | 232 | 212 | 117 | 0 | 12 | 50 | 254 | 101 | 45 |
| Binary | 100001 | 10011010 | 10001010 | 1001111 | 0 | 1010 | 101000 | 10101100 | 1000001 | 100101 |
Color Harmonies of #219A8A
Complementary color
Monochromatic Colors of #219A8A
Black with #219A8A
Text Example
Text Example
White with #219A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219A8A; }
p { color: rgb(33,154,138); }
H1.HeaderClassName
{
color: #219A8A;
}
.AnyTagClassName
{
color: #219A8A;
}
</style>
background-color css
<style>
a { background-color: #219A8A; }
a { background-color: rgb(33,154,138); }
div.DivClassName
{
background-color: #219A8A;
}
.BgClassName
{
background-color: #219A8A;
}
</style>
border-color css
<style>
span { border-color: #219A8A; }
span { border-color: rgb(33,154,138); }
td.TdClassName
{
border-color: #219A8A;
}
.TagClassName
{
border-color: #219A8A;
}
</style>