#ACECE0

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

Shades of Water Leaf #ACECE0

Tints of Water Leaf #ACECE0

Color information

#ACECE0 (or 0xACECE0) is unknown color: approx Water Leaf. HEX triplet: AC, EC and E0. RGB value is (172,236,224). Sum of RGB (Red+Green+Blue) = 172+236+224=632 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.22% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 224 (87.89% from 255 or 35.44% from 632); Max value from RGB is 236 - color contains mainly: green. Hex color #ACECE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACECE0 is #53131F. Grayscale: #D7D7D7. Windows color (decimal): -5444384 or 14740652. OLE color: 14740652.

HSL color Cylindrical-coordinate representation of color #ACECE0: hue angle of 168.75º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACECE0 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB172236224-
CMYK0.2700.050.07
HSL168.75º62.75%80%-
HSV(B)168.75º27.12%92.55%-
XYZ60.4674.1481.65-
YUV215.5132.896.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.22%
GREEN value IS 236 (92.58% from 255) = 37.34%
BLUE value IS 224 (87.89% from 255) = 35.44%
R=27.22%
G=37.34%
B=35.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722362240.2700.050.07168.7562.7580
HexACECE01B057a93f50
Octal2543543403305725177120
Binary101011001110110011100000110110101111101010011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACECE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACECE0; }

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

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

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

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

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

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

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

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