#A0FFE8

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

Shades of Water Leaf #A0FFE8

Tints of Water Leaf #A0FFE8

Color information

#A0FFE8 (or 0xA0FFE8) is unknown color: approx Water Leaf. HEX triplet: A0, FF and E8. RGB value is (160,255,232). Sum of RGB (Red+Green+Blue) = 160+255+232=647 (85% of max value = 765). Red value is 160 (62.89% from 255 or 24.73% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 232 (91.02% from 255 or 35.86% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0FFE8 is #5F0017. Grayscale: #DFDFDF. Windows color (decimal): -6225944 or 15269792. OLE color: 15269792.

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

Color convert

RGB160255232-
CMYK0.3700.090
HSL165.47º100%81.37%-
HSV(B)165.47º37.25%100%-
XYZ64.8284.8289.3-
YUV223.97132.5382.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 24.73%
GREEN value IS 255 (100% from 255) = 39.41%
BLUE value IS 232 (91.02% from 255) = 35.86%
R=24.73%
G=39.41%
B=35.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1602552320.3700.090165.4710081.37
HexA0FFE825090a56451
Octal240377350450110245144121
Binary1010000011111111111010001001010100101010010111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0FFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0FFE8; }

 p { color: rgb(160,255,232); }

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

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

 a { background-color: rgb(160,255,232); }

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

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

 span { border-color: rgb(160,255,232); }

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