#A8FEE8

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

Shades of Water Leaf #A8FEE8

Tints of Water Leaf #A8FEE8

Color information

#A8FEE8 (or 0xA8FEE8) is unknown color: approx Water Leaf. HEX triplet: A8, FE and E8. RGB value is (168,254,232). Sum of RGB (Red+Green+Blue) = 168+254+232=654 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.69% from 654); Green value is 254 (99.61% from 255 or 38.84% from 654); Blue value is 232 (91.02% from 255 or 35.47% from 654); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FEE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FEE8 is #570117. Grayscale: #E1E1E1. Windows color (decimal): -5701912 or 15269544. OLE color: 15269544.

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

Color convert

RGB168254232-
CMYK0.3400.090.00
HSL164.65º97.73%82.75%-
HSV(B)164.65º33.86%99.61%-
XYZ66.1685.0389.27-
YUV225.78131.5186.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 25.69%
GREEN value IS 254 (99.61% from 255) = 38.84%
BLUE value IS 232 (91.02% from 255) = 35.47%
R=25.69%
G=38.84%
B=35.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1682542320.3400.090.00164.6597.7382.75
HexA8FEE822090a56253
Octal250376350420110245142123
Binary1010100011111110111010001000100100101010010111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FEE8; }

 p { color: rgb(168,254,232); }

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

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

 a { background-color: rgb(168,254,232); }

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

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

 span { border-color: rgb(168,254,232); }

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