#ACFCE3

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

Shades of Water Leaf #ACFCE3

Tints of Water Leaf #ACFCE3

Color information

#ACFCE3 (or 0xACFCE3) is unknown color: approx Water Leaf. HEX triplet: AC, FC and E3. RGB value is (172,252,227). Sum of RGB (Red+Green+Blue) = 172+252+227=651 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.42% from 651); Green value is 252 (98.83% from 255 or 38.71% from 651); Blue value is 227 (89.06% from 255 or 34.87% from 651); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCE3 is #53031C. Grayscale: #E1E1E1. Windows color (decimal): -5440285 or 14941356. OLE color: 14941356.

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

Color convert

RGB172252227-
CMYK0.3200.100.01
HSL161.25º93.02%83.14%-
HSV(B)161.25º31.75%98.82%-
XYZ65.6983.9485.41-
YUV225.2312990.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.42%
GREEN value IS 252 (98.83% from 255) = 38.71%
BLUE value IS 227 (89.06% from 255) = 34.87%
R=26.42%
G=38.71%
B=34.87%

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
Decimal1722522270.3200.100.01161.2593.0283.14
HexACFCE3200A1a15d53
Octal254374343400121241135123
Binary1010110011111100111000111000000101011010000110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFCE3; }

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

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

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

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

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

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

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

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