#A8CEA2

Color #A8CEA2 Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #A8CEA2

Tints of Spring Rain #A8CEA2

Color information

#A8CEA2 (or 0xA8CEA2) is unknown color: approx 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

RGB168206162-
CMYK0.1800.210.19
HSL111.82º30.99%72.16%-
HSV(B)111.82º21.36%80.78%-
XYZ44.7455.0842.46-
YUV189.62112.41112.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 31.34%
GREEN value IS 206 (80.86% from 255) = 38.43%
BLUE value IS 162 (63.67% from 255) = 30.22%
R=31.34%
G=38.43%
B=30.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1682061620.1800.210.19111.8230.9972.16
HexA8CEA21201513701f48
Octal250316242220252316037110
Binary10101000110011101010001010010010101100111110000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>