#A7FAE2

Color #A7FAE2 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #A7FAE2

Tints of Water Leaf #A7FAE2

Color information

#A7FAE2 (or 0xA7FAE2) is unknown color: approx Water Leaf. HEX triplet: A7, FA and E2. RGB value is (167,250,226). Sum of RGB (Red+Green+Blue) = 167+250+226=643 (85% of max value = 765). Red value is 167 (65.62% from 255 or 25.97% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 226 (88.67% from 255 or 35.15% from 643); Max value from RGB is 250 - color contains mainly: green. Hex color #A7FAE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7FAE2 is #58051D. Grayscale: #DEDEDE. Windows color (decimal): -5768478 or 14875303. OLE color: 14875303.

HSL color Cylindrical-coordinate representation of color #A7FAE2: hue angle of 162.65º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7FAE2 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB167250226-
CMYK0.3300.100.02
HSL162.65º89.25%81.76%-
HSV(B)162.65º33.2%98.04%-
XYZ63.8582.0884.43-
YUV222.4513088.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 25.97%
GREEN value IS 250 (98.05% from 255) = 38.88%
BLUE value IS 226 (88.67% from 255) = 35.15%
R=25.97%
G=38.88%
B=35.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1672502260.3300.100.02162.6589.2581.76
HexA7FAE2210A2a35952
Octal247372342410122243131122
Binary10100111111110101110001010000101010101010001110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FAE2; }

 p { color: rgb(167,250,226); }

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

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

 a { background-color: rgb(167,250,226); }

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

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

 span { border-color: rgb(167,250,226); }

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