#A8FDE7

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

Shades of Water Leaf #A8FDE7

Tints of Water Leaf #A8FDE7

Color information

#A8FDE7 (or 0xA8FDE7) is unknown color: approx Water Leaf. HEX triplet: A8, FD and E7. RGB value is (168,253,231). Sum of RGB (Red+Green+Blue) = 168+253+231=652 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.77% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 231 (90.62% from 255 or 35.43% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FDE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FDE7 is #570218. Grayscale: #E1E1E1. Windows color (decimal): -5702169 or 15203752. OLE color: 15203752.

HSL color Cylindrical-coordinate representation of color #A8FDE7: hue angle of 164.47º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FDE7 is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB168253231-
CMYK0.3400.090.01
HSL164.47º95.51%82.55%-
HSV(B)164.47º33.6%99.22%-
XYZ65.784.3488.42-
YUV225.08131.3487.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 25.77%
GREEN value IS 253 (99.22% from 255) = 38.80%
BLUE value IS 231 (90.62% from 255) = 35.43%
R=25.77%
G=38.80%
B=35.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1682532310.3400.090.01164.4795.5182.55
HexA8FDE722091a46053
Octal250375347420111244140123
Binary1010100011111101111001111000100100111010010011000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FDE7; }

 p { color: rgb(168,253,231); }

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

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

 a { background-color: rgb(168,253,231); }

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

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

 span { border-color: rgb(168,253,231); }

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