Shades of Rainee #AECEA4
Tints of Rainee #AECEA4
RGB
CMYK
RGB Variations
Color information
#AECEA4 (or 0xAECEA4) is known color: Rainee. HEX triplet: AE, CE and A4. RGB value is (174,206,164). Sum of RGB (Red+Green+Blue) = 174+206+164=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 164 (64.45% from 255 or 30.15% from 544); Max value from RGB is 206 - color contains mainly: green. Hex color #AECEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECEA4 is #51315B. Grayscale: #BFBFBF. Windows color (decimal): -5321052 or 10800814. OLE color: 10800814.
HSL color Cylindrical-coordinate representation of color #AECEA4: hue angle of 105.71º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AECEA4 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 206 | 164 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.19 |
| HSL | 105.71º | 0.3% | 0.73% | - |
| HSV(B) | 105.71º | 0.2% | 0.81% | - |
| XYZ | 46.23 | 55.82 | 43.46 | - |
| YUV | 191.64 | 112.4 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 206 | 164 | 0.16 | 0 | 0.20 | 0.19 | 105.71 | 0.3 | 0.73 |
| Hex | AE | CE | A4 | 10 | 0 | 14 | 13 | 6A | 1E | 49 |
| Octal | 256 | 316 | 244 | 20 | 0 | 24 | 23 | 152 | 36 | 111 |
| Binary | 10101110 | 11001110 | 10100100 | 10000 | 0 | 10100 | 10011 | 1101010 | 11110 | 1001001 |
Color Harmonies of #AECEA4
Complementary color
Monochromatic Colors of #AECEA4
Black with #AECEA4
Text Example
Text Example
White with #AECEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECEA4; }
p { color: rgb(174,206,164); }
H1.HeaderClassName
{
color: #AECEA4;
}
.AnyTagClassName
{
color: #AECEA4;
}
</style>
background-color css
<style>
a { background-color: #AECEA4; }
a { background-color: rgb(174,206,164); }
div.DivClassName
{
background-color: #AECEA4;
}
.BgClassName
{
background-color: #AECEA4;
}
</style>
border-color css
<style>
span { border-color: #AECEA4; }
span { border-color: rgb(174,206,164); }
td.TdClassName
{
border-color: #AECEA4;
}
.TagClassName
{
border-color: #AECEA4;
}
</style>