#ACFDE8

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

Shades of Water Leaf #ACFDE8

Tints of Water Leaf #ACFDE8

Color information

#ACFDE8 (or 0xACFDE8) is unknown color: approx Water Leaf. HEX triplet: AC, FD and E8. RGB value is (172,253,232). Sum of RGB (Red+Green+Blue) = 172+253+232=657 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.18% from 657); Green value is 253 (99.22% from 255 or 38.51% from 657); Blue value is 232 (91.02% from 255 or 35.31% from 657); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFDE8 is #530217. Grayscale: #E2E2E2. Windows color (decimal): -5440024 or 15269292. OLE color: 15269292.

HSL color Cylindrical-coordinate representation of color #ACFDE8: hue angle of 164.44º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFDE8 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB172253232-
CMYK0.3200.080.01
HSL164.44º95.29%83.33%-
HSV(B)164.44º32.02%99.22%-
XYZ66.784.8589.21-
YUV226.39131.1689.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.18%
GREEN value IS 253 (99.22% from 255) = 38.51%
BLUE value IS 232 (91.02% from 255) = 35.31%
R=26.18%
G=38.51%
B=35.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722532320.3200.080.01164.4495.2983.33
HexACFDE820081a45f53
Octal254375350400101244137123
Binary1010110011111101111010001000000100011010010010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFDE8; }

 p { color: rgb(172,253,232); }

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

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

 a { background-color: rgb(172,253,232); }

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

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

 span { border-color: rgb(172,253,232); }

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