Shades of Spring Rain #A8CEA2
Tints of Spring Rain #A8CEA2
RGB
CMYK
RGB Variations
Color information
#A8CEA2 (or 0xA8CEA2) is known color: Spring Rain. HEX triplet: A8, CE and A2. RGB value is (168,206,162). Sum of RGB (Red+Green+Blue) = 168+206+162=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 162 (63.67% from 255 or 30.22% from 536); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CEA2 is #57315D. Grayscale: #BDBDBD. Windows color (decimal): -5714270 or 10669736. OLE color: 10669736.
HSL color Cylindrical-coordinate representation of color #A8CEA2: hue angle of 111.82º 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 #A8CEA2 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 206 | 162 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.19 |
| HSL | 111.82º | 0.31% | 0.72% | - |
| HSV(B) | 111.82º | 0.21% | 0.81% | - |
| XYZ | 44.74 | 55.08 | 42.46 | - |
| YUV | 189.62 | 112.41 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 206 | 162 | 0.18 | 0 | 0.21 | 0.19 | 111.82 | 0.31 | 0.72 |
| Hex | A8 | CE | A2 | 12 | 0 | 15 | 13 | 70 | 1F | 48 |
| Octal | 250 | 316 | 242 | 22 | 0 | 25 | 23 | 160 | 37 | 110 |
| Binary | 10101000 | 11001110 | 10100010 | 10010 | 0 | 10101 | 10011 | 1110000 | 11111 | 1001000 |
Color Harmonies of #A8CEA2
Complementary color
Monochromatic Colors of #A8CEA2
Black with #A8CEA2
Text Example
Text Example
White with #A8CEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CEA2; }
p { color: rgb(168,206,162); }
H1.HeaderClassName
{
color: #A8CEA2;
}
.AnyTagClassName
{
color: #A8CEA2;
}
</style>
background-color css
<style>
a { background-color: #A8CEA2; }
a { background-color: rgb(168,206,162); }
div.DivClassName
{
background-color: #A8CEA2;
}
.BgClassName
{
background-color: #A8CEA2;
}
</style>
border-color css
<style>
span { border-color: #A8CEA2; }
span { border-color: rgb(168,206,162); }
td.TdClassName
{
border-color: #A8CEA2;
}
.TagClassName
{
border-color: #A8CEA2;
}
</style>