#A8EFE0

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

Shades of Water Leaf #A8EFE0

Tints of Water Leaf #A8EFE0

Color information

#A8EFE0 (or 0xA8EFE0) is unknown color: approx Water Leaf. HEX triplet: A8, EF and E0. RGB value is (168,239,224). Sum of RGB (Red+Green+Blue) = 168+239+224=631 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.62% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 224 (87.89% from 255 or 35.50% from 631); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EFE0 is #57101F. Grayscale: #D8D8D8. Windows color (decimal): -5705760 or 14741416. OLE color: 14741416.

HSL color Cylindrical-coordinate representation of color #A8EFE0: hue angle of 167.32º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8EFE0 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB168239224-
CMYK0.3000.060.06
HSL167.32º68.93%79.8%-
HSV(B)167.32º29.71%93.73%-
XYZ60.4775.4481.9-
YUV216.06132.4893.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.62%
GREEN value IS 239 (93.75% from 255) = 37.88%
BLUE value IS 224 (87.89% from 255) = 35.50%
R=26.62%
G=37.88%
B=35.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1682392240.3000.060.06167.3268.9379.8
HexA8EFE01E066a74550
Octal25035734036066247105120
Binary1010100011101111111000001111001101101010011110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EFE0; }

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

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

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

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

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

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

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

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