#A6CEA2

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

Shades of Spring Rain #A6CEA2

Tints of Spring Rain #A6CEA2

Color information

#A6CEA2 (or 0xA6CEA2) is unknown color: approx Spring Rain. HEX triplet: A6, CE and A2. RGB value is (166,206,162). Sum of RGB (Red+Green+Blue) = 166+206+162=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 162 (63.67% from 255 or 30.34% from 534); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CEA2 is #59315D. Grayscale: #BDBDBD. Windows color (decimal): -5845342 or 10669734. OLE color: 10669734.

HSL color Cylindrical-coordinate representation of color #A6CEA2: hue angle of 114.55º 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 #A6CEA2 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB166206162-
CMYK0.1900.210.19
HSL114.55º30.99%72.16%-
HSV(B)114.55º21.36%80.78%-
XYZ44.3254.8642.44-
YUV189.02112.75111.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.09%
GREEN value IS 206 (80.86% from 255) = 38.58%
BLUE value IS 162 (63.67% from 255) = 30.34%
R=31.09%
G=38.58%
B=30.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1662061620.1900.210.19114.5530.9972.16
HexA6CEA21301513731f48
Octal246316242230252316337110
Binary10100110110011101010001010011010101100111110011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CEA2; }

 p { color: rgb(166,206,162); }

 H1.HeaderClassName
 {
   color: #A6CEA2;
 }
 .AnyTagClassName
 {
   color: #A6CEA2;
 }
</style>
background-color css

<style>
 a { background-color: #A6CEA2; }

 a { background-color: rgb(166,206,162); }

 div.DivClassName
 {
   background-color: #A6CEA2;
 }
 .BgClassName
 {
   background-color: #A6CEA2;
 }
</style>
border-color css

<style>
 span { border-color: #A6CEA2; }

 span { border-color: rgb(166,206,162); }

 td.TdClassName
 {
   border-color: #A6CEA2;
 }
 .TagClassName
 {
   border-color: #A6CEA2;
 }
</style>