#A7FAE0

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

Shades of Water Leaf #A7FAE0

Tints of Water Leaf #A7FAE0

Color information

#A7FAE0 (or 0xA7FAE0) is unknown color: approx Water Leaf. HEX triplet: A7, FA and E0. RGB value is (167,250,224). Sum of RGB (Red+Green+Blue) = 167+250+224=641 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.05% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 224 (87.89% from 255 or 34.95% from 641); Max value from RGB is 250 - color contains mainly: green. Hex color #A7FAE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7FAE0 is #58051F. Grayscale: #DEDEDE. Windows color (decimal): -5768480 or 14744231. OLE color: 14744231.

HSL color Cylindrical-coordinate representation of color #A7FAE0: hue angle of 161.2º 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 #A7FAE0 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB167250224-
CMYK0.3300.100.02
HSL161.2º89.25%81.76%-
HSV(B)161.2º33.2%98.04%-
XYZ63.5881.9782.99-
YUV222.2212988.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.05%
GREEN value IS 250 (98.05% from 255) = 39.00%
BLUE value IS 224 (87.89% from 255) = 34.95%
R=26.05%
G=39.00%
B=34.95%

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
Decimal1672502240.3300.100.02161.289.2581.76
HexA7FAE0210A2a15952
Octal247372340410122241131122
Binary10100111111110101110000010000101010101010000110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7FAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7FAE0; }

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

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

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

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

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

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

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

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