#ACFCE0

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

Shades of Water Leaf #ACFCE0

Tints of Water Leaf #ACFCE0

Color information

#ACFCE0 (or 0xACFCE0) is unknown color: approx Water Leaf. HEX triplet: AC, FC and E0. RGB value is (172,252,224). Sum of RGB (Red+Green+Blue) = 172+252+224=648 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.54% from 648); Green value is 252 (98.83% from 255 or 38.89% from 648); Blue value is 224 (87.89% from 255 or 34.57% from 648); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCE0 is #53031F. Grayscale: #E0E0E0. Windows color (decimal): -5440288 or 14744748. OLE color: 14744748.

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

Color convert

RGB172252224-
CMYK0.3200.110.01
HSL159º93.02%83.14%-
HSV(B)159º31.75%98.82%-
XYZ65.2883.7783.25-
YUV224.89127.590.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.54%
GREEN value IS 252 (98.83% from 255) = 38.89%
BLUE value IS 224 (87.89% from 255) = 34.57%
R=26.54%
G=38.89%
B=34.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722522240.3200.110.0115993.0283.14
HexACFCE0200B19f5d53
Octal254374340400131237135123
Binary1010110011111100111000001000000101111001111110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFCE0; }

 p { color: rgb(172,252,224); }

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

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

 a { background-color: rgb(172,252,224); }

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

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

 span { border-color: rgb(172,252,224); }

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