Shades of Rainee #ADC2AB
Tints of Rainee #ADC2AB
RGB
CMYK
RGB Variations
Color information
#ADC2AB (or 0xADC2AB) is known color: Rainee. HEX triplet: AD, C2 and AB. RGB value is (173,194,171). Sum of RGB (Red+Green+Blue) = 173+194+171=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC2AB is #523D54. Grayscale: #B9B9B9. Windows color (decimal): -5389653 or 11256493. OLE color: 11256493.
HSL color Cylindrical-coordinate representation of color #ADC2AB: hue angle of 114.78º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADC2AB is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 171 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.24 |
| HSL | 114.78º | 0.16% | 0.72% | - |
| HSV(B) | 114.78º | 0.12% | 0.76% | - |
| XYZ | 43.88 | 50.41 | 45.95 | - |
| YUV | 185.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 171 | 0.11 | 0 | 0.12 | 0.24 | 114.78 | 0.16 | 0.72 |
| Hex | AD | C2 | AB | B | 0 | C | 18 | 73 | 10 | 48 |
| Octal | 255 | 302 | 253 | 13 | 0 | 14 | 30 | 163 | 20 | 110 |
| Binary | 10101101 | 11000010 | 10101011 | 1011 | 0 | 1100 | 11000 | 1110011 | 10000 | 1001000 |
Color Harmonies of #ADC2AB
Complementary color
Monochromatic Colors of #ADC2AB
Black with #ADC2AB
Text Example
Text Example
White with #ADC2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC2AB; }
p { color: rgb(173,194,171); }
H1.HeaderClassName
{
color: #ADC2AB;
}
.AnyTagClassName
{
color: #ADC2AB;
}
</style>
background-color css
<style>
a { background-color: #ADC2AB; }
a { background-color: rgb(173,194,171); }
div.DivClassName
{
background-color: #ADC2AB;
}
.BgClassName
{
background-color: #ADC2AB;
}
</style>
border-color css
<style>
span { border-color: #ADC2AB; }
span { border-color: rgb(173,194,171); }
td.TdClassName
{
border-color: #ADC2AB;
}
.TagClassName
{
border-color: #ADC2AB;
}
</style>