Shades of Rainee #ADC8A6
Tints of Rainee #ADC8A6
RGB
CMYK
RGB Variations
Color information
#ADC8A6 (or 0xADC8A6) is known color: Rainee. HEX triplet: AD, C8 and A6. RGB value is (173,200,166). Sum of RGB (Red+Green+Blue) = 173+200+166=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 166 (65.23% from 255 or 30.80% from 539); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC8A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC8A6 is #523759. Grayscale: #BCBCBC. Windows color (decimal): -5388122 or 10930349. OLE color: 10930349.
HSL color Cylindrical-coordinate representation of color #ADC8A6: hue angle of 107.65º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADC8A6 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 166 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.22 |
| HSL | 107.65º | 0.24% | 0.72% | - |
| HSV(B) | 107.65º | 0.17% | 0.78% | - |
| XYZ | 44.77 | 52.95 | 43.94 | - |
| YUV | 188.05 | 115.55 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 166 | 0.14 | 0 | 0.17 | 0.22 | 107.65 | 0.24 | 0.72 |
| Hex | AD | C8 | A6 | E | 0 | 11 | 16 | 6C | 18 | 48 |
| Octal | 255 | 310 | 246 | 16 | 0 | 21 | 26 | 154 | 30 | 110 |
| Binary | 10101101 | 11001000 | 10100110 | 1110 | 0 | 10001 | 10110 | 1101100 | 11000 | 1001000 |
Color Harmonies of #ADC8A6
Complementary color
Monochromatic Colors of #ADC8A6
Black with #ADC8A6
Text Example
Text Example
White with #ADC8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC8A6; }
p { color: rgb(173,200,166); }
H1.HeaderClassName
{
color: #ADC8A6;
}
.AnyTagClassName
{
color: #ADC8A6;
}
</style>
background-color css
<style>
a { background-color: #ADC8A6; }
a { background-color: rgb(173,200,166); }
div.DivClassName
{
background-color: #ADC8A6;
}
.BgClassName
{
background-color: #ADC8A6;
}
</style>
border-color css
<style>
span { border-color: #ADC8A6; }
span { border-color: rgb(173,200,166); }
td.TdClassName
{
border-color: #ADC8A6;
}
.TagClassName
{
border-color: #ADC8A6;
}
</style>