#ACEAE1

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

Shades of Water Leaf #ACEAE1

Tints of Water Leaf #ACEAE1

Color information

#ACEAE1 (or 0xACEAE1) is unknown color: approx Water Leaf. HEX triplet: AC, EA and E1. RGB value is (172,234,225). Sum of RGB (Red+Green+Blue) = 172+234+225=631 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.26% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 225 (88.28% from 255 or 35.66% from 631); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEAE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEAE1 is #53151E. Grayscale: #D6D6D6. Windows color (decimal): -5444895 or 14805676. OLE color: 14805676.

HSL color Cylindrical-coordinate representation of color #ACEAE1: hue angle of 171.29º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACEAE1 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB172234225-
CMYK0.2600.040.08
HSL171.29º59.62%79.61%-
HSV(B)171.29º26.5%91.76%-
XYZ60.0373.0582.17-
YUV214.44133.9697.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.26%
GREEN value IS 234 (91.80% from 255) = 37.08%
BLUE value IS 225 (88.28% from 255) = 35.66%
R=27.26%
G=37.08%
B=35.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722342250.2600.040.08171.2959.6279.61
HexACEAE11A048ab3c50
Octal25435234132041025374120
Binary1010110011101010111000011101001001000101010111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEAE1; }

 p { color: rgb(172,234,225); }

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

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

 a { background-color: rgb(172,234,225); }

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

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

 span { border-color: rgb(172,234,225); }

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