#ACFDE5

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

Shades of Water Leaf #ACFDE5

Tints of Water Leaf #ACFDE5

Color information

#ACFDE5 (or 0xACFDE5) is unknown color: approx Water Leaf. HEX triplet: AC, FD and E5. RGB value is (172,253,229). Sum of RGB (Red+Green+Blue) = 172+253+229=654 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.30% from 654); Green value is 253 (99.22% from 255 or 38.69% from 654); Blue value is 229 (89.84% from 255 or 35.02% from 654); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDE5 is #53021A. Grayscale: #E2E2E2. Windows color (decimal): -5440027 or 15072684. OLE color: 15072684.

HSL color Cylindrical-coordinate representation of color #ACFDE5: hue angle of 162.22º 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 #ACFDE5 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB172253229-
CMYK0.3200.090.01
HSL162.22º95.29%83.33%-
HSV(B)162.22º32.02%99.22%-
XYZ66.2884.6886.98-
YUV226.04129.6689.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.30%
GREEN value IS 253 (99.22% from 255) = 38.69%
BLUE value IS 229 (89.84% from 255) = 35.02%
R=26.30%
G=38.69%
B=35.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722532290.3200.090.01162.2295.2983.33
HexACFDE520091a25f53
Octal254375345400111242137123
Binary1010110011111101111001011000000100111010001010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFDE5; }

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

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

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

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

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

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

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

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