Shades of Java #21A099
Tints of Java #21A099
RGB
CMYK
RGB Variations
Color information
#21A099 (or 0x21A099) is known color: Java. HEX triplet: 21, A0 and 99. RGB value is (33,160,153). Sum of RGB (Red+Green+Blue) = 33+160+153=346 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.54% from 346); Green value is 160 (62.89% from 255 or 46.24% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 160 - color contains mainly: green. Hex color #21A099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A099 is #DE5F66. Grayscale: #797979. Windows color (decimal): -14573415 or 10068001. OLE color: 10068001.
HSL color Cylindrical-coordinate representation of color #21A099: hue angle of 176.69º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21A099 is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 160 | 153 | - |
| CMYK | 0.79 | 0 | 0.04 | 0.37 |
| HSL | 176.69º | 0.66% | 0.38% | - |
| HSV(B) | 176.69º | 0.79% | 0.63% | - |
| XYZ | 18.95 | 27.76 | 34.5 | - |
| YUV | 121.23 | 145.92 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 160 | 153 | 0.79 | 0 | 0.04 | 0.37 | 176.69 | 0.66 | 0.38 |
| Hex | 21 | A0 | 99 | 4F | 0 | 4 | 25 | B1 | 42 | 26 |
| Octal | 41 | 240 | 231 | 117 | 0 | 4 | 45 | 261 | 102 | 46 |
| Binary | 100001 | 10100000 | 10011001 | 1001111 | 0 | 100 | 100101 | 10110001 | 1000010 | 100110 |
Color Harmonies of #21A099
Complementary color
Monochromatic Colors of #21A099
Black with #21A099
Text Example
Text Example
White with #21A099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A099; }
p { color: rgb(33,160,153); }
H1.HeaderClassName
{
color: #21A099;
}
.AnyTagClassName
{
color: #21A099;
}
</style>
background-color css
<style>
a { background-color: #21A099; }
a { background-color: rgb(33,160,153); }
div.DivClassName
{
background-color: #21A099;
}
.BgClassName
{
background-color: #21A099;
}
</style>
border-color css
<style>
span { border-color: #21A099; }
span { border-color: rgb(33,160,153); }
td.TdClassName
{
border-color: #21A099;
}
.TagClassName
{
border-color: #21A099;
}
</style>