#A8F3E0

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

Shades of Water Leaf #A8F3E0

Tints of Water Leaf #A8F3E0

Color information

#A8F3E0 (or 0xA8F3E0) is unknown color: approx Water Leaf. HEX triplet: A8, F3 and E0. RGB value is (168,243,224). Sum of RGB (Red+Green+Blue) = 168+243+224=635 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.46% from 635); Green value is 243 (95.31% from 255 or 38.27% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F3E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F3E0 is #570C1F. Grayscale: #DADADA. Windows color (decimal): -5704736 or 14742440. OLE color: 14742440.

HSL color Cylindrical-coordinate representation of color #A8F3E0: hue angle of 164.8º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8F3E0 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB168243224-
CMYK0.3100.080.05
HSL164.8º75.76%80.59%-
HSV(B)164.8º30.86%95.29%-
XYZ61.6577.8182.29-
YUV218.41131.1592.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.46%
GREEN value IS 243 (95.31% from 255) = 38.27%
BLUE value IS 224 (87.89% from 255) = 35.28%
R=26.46%
G=38.27%
B=35.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1682432240.3100.080.05164.875.7680.59
HexA8F3E01F085a54c51
Octal250363340370105245114121
Binary10101000111100111110000011111010001011010010110011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F3E0; }

 p { color: rgb(168,243,224); }

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

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

 a { background-color: rgb(168,243,224); }

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

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

 span { border-color: rgb(168,243,224); }

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