Shades of Rainee #ADC5A8
Tints of Rainee #ADC5A8
RGB
CMYK
RGB Variations
Color information
#ADC5A8 (or 0xADC5A8) is known color: Rainee. HEX triplet: AD, C5 and A8. RGB value is (173,197,168). Sum of RGB (Red+Green+Blue) = 173+197+168=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 197 (77.34% from 255 or 36.62% from 538); Blue value is 168 (66.02% from 255 or 31.23% from 538); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC5A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC5A8 is #523A57. Grayscale: #BABABA. Windows color (decimal): -5388888 or 11060653. OLE color: 11060653.
HSL color Cylindrical-coordinate representation of color #ADC5A8: hue angle of 109.66º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADC5A8 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 168 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.23 |
| HSL | 109.66º | 0.2% | 0.72% | - |
| HSV(B) | 109.66º | 0.15% | 0.77% | - |
| XYZ | 44.27 | 51.64 | 44.68 | - |
| YUV | 186.52 | 117.55 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 168 | 0.12 | 0 | 0.15 | 0.23 | 109.66 | 0.2 | 0.72 |
| Hex | AD | C5 | A8 | C | 0 | F | 17 | 6E | 14 | 48 |
| Octal | 255 | 305 | 250 | 14 | 0 | 17 | 27 | 156 | 24 | 110 |
| Binary | 10101101 | 11000101 | 10101000 | 1100 | 0 | 1111 | 10111 | 1101110 | 10100 | 1001000 |
Color Harmonies of #ADC5A8
Complementary color
Monochromatic Colors of #ADC5A8
Black with #ADC5A8
Text Example
Text Example
White with #ADC5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC5A8; }
p { color: rgb(173,197,168); }
H1.HeaderClassName
{
color: #ADC5A8;
}
.AnyTagClassName
{
color: #ADC5A8;
}
</style>
background-color css
<style>
a { background-color: #ADC5A8; }
a { background-color: rgb(173,197,168); }
div.DivClassName
{
background-color: #ADC5A8;
}
.BgClassName
{
background-color: #ADC5A8;
}
</style>
border-color css
<style>
span { border-color: #ADC5A8; }
span { border-color: rgb(173,197,168); }
td.TdClassName
{
border-color: #ADC5A8;
}
.TagClassName
{
border-color: #ADC5A8;
}
</style>