Shades of Java #21A19B
Tints of Java #21A19B
RGB
CMYK
RGB Variations
Color information
#21A19B (or 0x21A19B) is known color: Java. HEX triplet: 21, A1 and 9B. RGB value is (33,161,155). Sum of RGB (Red+Green+Blue) = 33+161+155=349 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.46% from 349); Green value is 161 (63.28% from 255 or 46.13% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 161 - color contains mainly: green. Hex color #21A19B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A19B is #DE5E64. Grayscale: #797979. Windows color (decimal): -14573157 or 10199329. OLE color: 10199329.
HSL color Cylindrical-coordinate representation of color #21A19B: hue angle of 177.19º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A19B is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 161 | 155 | - |
| CMYK | 0.80 | 0 | 0.04 | 0.37 |
| HSL | 177.19º | 0.66% | 0.38% | - |
| HSV(B) | 177.19º | 0.8% | 0.63% | - |
| XYZ | 19.29 | 28.18 | 35.43 | - |
| YUV | 122.04 | 146.59 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 161 | 155 | 0.80 | 0 | 0.04 | 0.37 | 177.19 | 0.66 | 0.38 |
| Hex | 21 | A1 | 9B | 50 | 0 | 4 | 25 | B1 | 42 | 26 |
| Octal | 41 | 241 | 233 | 120 | 0 | 4 | 45 | 261 | 102 | 46 |
| Binary | 100001 | 10100001 | 10011011 | 1010000 | 0 | 100 | 100101 | 10110001 | 1000010 | 100110 |
Color Harmonies of #21A19B
Complementary color
Monochromatic Colors of #21A19B
Black with #21A19B
Text Example
Text Example
White with #21A19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A19B; }
p { color: rgb(33,161,155); }
H1.HeaderClassName
{
color: #21A19B;
}
.AnyTagClassName
{
color: #21A19B;
}
</style>
background-color css
<style>
a { background-color: #21A19B; }
a { background-color: rgb(33,161,155); }
div.DivClassName
{
background-color: #21A19B;
}
.BgClassName
{
background-color: #21A19B;
}
</style>
border-color css
<style>
span { border-color: #21A19B; }
span { border-color: rgb(33,161,155); }
td.TdClassName
{
border-color: #21A19B;
}
.TagClassName
{
border-color: #21A19B;
}
</style>