#A8FFE7

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

Shades of Water Leaf #A8FFE7

Tints of Water Leaf #A8FFE7

Color information

#A8FFE7 (or 0xA8FFE7) is unknown color: approx Water Leaf. HEX triplet: A8, FF and E7. RGB value is (168,255,231). Sum of RGB (Red+Green+Blue) = 168+255+231=654 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.69% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 231 (90.62% from 255 or 35.32% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FFE7 is #570018. Grayscale: #E2E2E2. Windows color (decimal): -5701657 or 15204264. OLE color: 15204264.

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

Color convert

RGB168255231-
CMYK0.3400.090
HSL163.45º100%82.94%-
HSV(B)163.45º34.12%100%-
XYZ66.3385.6188.63-
YUV226.25130.6886.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 25.69%
GREEN value IS 255 (100% from 255) = 38.99%
BLUE value IS 231 (90.62% from 255) = 35.32%
R=25.69%
G=38.99%
B=35.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1682552310.3400.090163.4510082.94
HexA8FFE722090a36453
Octal250377347420110243144123
Binary1010100011111111111001111000100100101010001111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FFE7; }

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

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

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

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

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

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

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

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