#A8F7DF

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

Shades of Water Leaf #A8F7DF

Tints of Water Leaf #A8F7DF

Color information

#A8F7DF (or 0xA8F7DF) is unknown color: approx Water Leaf. HEX triplet: A8, F7 and DF. RGB value is (168,247,223). Sum of RGB (Red+Green+Blue) = 168+247+223=638 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.33% from 638); Green value is 247 (96.88% from 255 or 38.71% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F7DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F7DF is #570820. Grayscale: #DCDCDC. Windows color (decimal): -5703713 or 14677928. OLE color: 14677928.

HSL color Cylindrical-coordinate representation of color #A8F7DF: hue angle of 161.77º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8F7DF is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB168247223-
CMYK0.3200.100.03
HSL161.77º83.16%81.37%-
HSV(B)161.77º31.98%96.86%-
XYZ62.7380.1781.98-
YUV220.64129.3390.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.33%
GREEN value IS 247 (96.88% from 255) = 38.71%
BLUE value IS 223 (87.5% from 255) = 34.95%
R=26.33%
G=38.71%
B=34.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1682472230.3200.100.03161.7783.1681.37
HexA8F7DF200A3a25351
Octal250367337400123242123121
Binary10101000111101111101111110000001010111010001010100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F7DF; }

 p { color: rgb(168,247,223); }

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

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

 a { background-color: rgb(168,247,223); }

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

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

 span { border-color: rgb(168,247,223); }

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