#ACFAE7

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

Shades of Water Leaf #ACFAE7

Tints of Water Leaf #ACFAE7

Color information

#ACFAE7 (or 0xACFAE7) is unknown color: approx Water Leaf. HEX triplet: AC, FA and E7. RGB value is (172,250,231). Sum of RGB (Red+Green+Blue) = 172+250+231=653 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.34% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 231 (90.62% from 255 or 35.38% from 653); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFAE7 is #530518. Grayscale: #E0E0E0. Windows color (decimal): -5440793 or 15202988. OLE color: 15202988.

HSL color Cylindrical-coordinate representation of color #ACFAE7: hue angle of 165.38º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACFAE7 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB172250231-
CMYK0.3100.080.02
HSL165.38º88.64%82.75%-
HSV(B)165.38º31.2%98.04%-
XYZ65.6282.9188.15-
YUV224.51131.6690.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.34%
GREEN value IS 250 (98.05% from 255) = 38.28%
BLUE value IS 231 (90.62% from 255) = 35.38%
R=26.34%
G=38.28%
B=35.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722502310.3100.080.02165.3888.6482.75
HexACFAE71F082a55953
Octal254372347370102245131123
Binary1010110011111010111001111111101000101010010110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFAE7; }

 p { color: rgb(172,250,231); }

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

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

 a { background-color: rgb(172,250,231); }

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

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

 span { border-color: rgb(172,250,231); }

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