Shades of Java #21A0A3
Tints of Java #21A0A3
RGB
CMYK
RGB Variations
Color information
#21A0A3 (or 0x21A0A3) is known color: Java. HEX triplet: 21, A0 and A3. RGB value is (33,160,163). Sum of RGB (Red+Green+Blue) = 33+160+163=356 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.27% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 163 (64.06% from 255 or 45.79% from 356); Max value from RGB is 163 - color contains mainly: blue. Hex color #21A0A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A0A3 is #DE5F5C. Grayscale: #7A7A7A. Windows color (decimal): -14573405 or 10723361. OLE color: 10723361.
HSL color Cylindrical-coordinate representation of color #21A0A3: hue angle of 181.38º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A0A3 is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 160 | 163 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.36 |
| HSL | 181.38º | 0.66% | 0.38% | - |
| HSV(B) | 181.38º | 0.8% | 0.64% | - |
| XYZ | 19.81 | 28.11 | 39.03 | - |
| YUV | 122.37 | 150.92 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 160 | 163 | 0.80 | 0.02 | 0 | 0.36 | 181.38 | 0.66 | 0.38 |
| Hex | 21 | A0 | A3 | 50 | 2 | 0 | 24 | B5 | 42 | 26 |
| Octal | 41 | 240 | 243 | 120 | 2 | 0 | 44 | 265 | 102 | 46 |
| Binary | 100001 | 10100000 | 10100011 | 1010000 | 10 | 0 | 100100 | 10110101 | 1000010 | 100110 |
Color Harmonies of #21A0A3
Complementary color
Monochromatic Colors of #21A0A3
Black with #21A0A3
Text Example
Text Example
White with #21A0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A0A3; }
p { color: rgb(33,160,163); }
H1.HeaderClassName
{
color: #21A0A3;
}
.AnyTagClassName
{
color: #21A0A3;
}
</style>
background-color css
<style>
a { background-color: #21A0A3; }
a { background-color: rgb(33,160,163); }
div.DivClassName
{
background-color: #21A0A3;
}
.BgClassName
{
background-color: #21A0A3;
}
</style>
border-color css
<style>
span { border-color: #21A0A3; }
span { border-color: rgb(33,160,163); }
td.TdClassName
{
border-color: #21A0A3;
}
.TagClassName
{
border-color: #21A0A3;
}
</style>