Shades of Spring Rain #AECEA2
Tints of Spring Rain #AECEA2
RGB
CMYK
RGB Variations
Color information
#AECEA2 (or 0xAECEA2) is known color: Spring Rain. HEX triplet: AE, CE and A2. RGB value is (174,206,162). Sum of RGB (Red+Green+Blue) = 174+206+162=542 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.10% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 162 (63.67% from 255 or 29.89% from 542); Max value from RGB is 206 - color contains mainly: green. Hex color #AECEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECEA2 is #51315D. Grayscale: #BFBFBF. Windows color (decimal): -5321054 or 10669742. OLE color: 10669742.
HSL color Cylindrical-coordinate representation of color #AECEA2: hue angle of 103.64º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AECEA2 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 206 | 162 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.19 |
| HSL | 103.64º | 0.31% | 0.72% | - |
| HSV(B) | 103.64º | 0.21% | 0.81% | - |
| XYZ | 46.05 | 55.75 | 42.52 | - |
| YUV | 191.42 | 111.4 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 206 | 162 | 0.16 | 0 | 0.21 | 0.19 | 103.64 | 0.31 | 0.72 |
| Hex | AE | CE | A2 | 10 | 0 | 15 | 13 | 68 | 1F | 48 |
| Octal | 256 | 316 | 242 | 20 | 0 | 25 | 23 | 150 | 37 | 110 |
| Binary | 10101110 | 11001110 | 10100010 | 10000 | 0 | 10101 | 10011 | 1101000 | 11111 | 1001000 |
Color Harmonies of #AECEA2
Complementary color
Monochromatic Colors of #AECEA2
Black with #AECEA2
Text Example
Text Example
White with #AECEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECEA2; }
p { color: rgb(174,206,162); }
H1.HeaderClassName
{
color: #AECEA2;
}
.AnyTagClassName
{
color: #AECEA2;
}
</style>
background-color css
<style>
a { background-color: #AECEA2; }
a { background-color: rgb(174,206,162); }
div.DivClassName
{
background-color: #AECEA2;
}
.BgClassName
{
background-color: #AECEA2;
}
</style>
border-color css
<style>
span { border-color: #AECEA2; }
span { border-color: rgb(174,206,162); }
td.TdClassName
{
border-color: #AECEA2;
}
.TagClassName
{
border-color: #AECEA2;
}
</style>