#ACFDE4

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

Shades of Water Leaf #ACFDE4

Tints of Water Leaf #ACFDE4

Color information

#ACFDE4 (or 0xACFDE4) is unknown color: approx Water Leaf. HEX triplet: AC, FD and E4. RGB value is (172,253,228). Sum of RGB (Red+Green+Blue) = 172+253+228=653 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.34% from 653); Green value is 253 (99.22% from 255 or 38.74% from 653); Blue value is 228 (89.45% from 255 or 34.92% from 653); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDE4 is #53021B. Grayscale: #E1E1E1. Windows color (decimal): -5440028 or 15007148. OLE color: 15007148.

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

Color convert

RGB172253228-
CMYK0.3200.100.01
HSL161.48º95.29%83.33%-
HSV(B)161.48º32.02%99.22%-
XYZ66.1484.6286.25-
YUV225.93129.1689.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.34%
GREEN value IS 253 (99.22% from 255) = 38.74%
BLUE value IS 228 (89.45% from 255) = 34.92%
R=26.34%
G=38.74%
B=34.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722532280.3200.100.01161.4895.2983.33
HexACFDE4200A1a15f53
Octal254375344400121241137123
Binary1010110011111101111001001000000101011010000110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFDE4; }

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

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

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

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

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

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

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

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