#ACECE3

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

Shades of Water Leaf #ACECE3

Tints of Water Leaf #ACECE3

Color information

#ACECE3 (or 0xACECE3) is unknown color: approx Water Leaf. HEX triplet: AC, EC and E3. RGB value is (172,236,227). Sum of RGB (Red+Green+Blue) = 172+236+227=635 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.09% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 227 (89.06% from 255 or 35.75% from 635); Max value from RGB is 236 - color contains mainly: green. Hex color #ACECE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACECE3 is #53131C. Grayscale: #D7D7D7. Windows color (decimal): -5444381 or 14937260. OLE color: 14937260.

HSL color Cylindrical-coordinate representation of color #ACECE3: hue angle of 171.56º 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 #ACECE3 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB172236227-
CMYK0.2700.040.07
HSL171.56º62.75%80%-
HSV(B)171.56º27.12%92.55%-
XYZ60.8774.3183.81-
YUV215.84134.396.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.09%
GREEN value IS 236 (92.58% from 255) = 37.17%
BLUE value IS 227 (89.06% from 255) = 35.75%
R=27.09%
G=37.17%
B=35.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722362270.2700.040.07171.5662.7580
HexACECE31B047ac3f50
Octal2543543433304725477120
Binary101011001110110011100011110110100111101011001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACECE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACECE3; }

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

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

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

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

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

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

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

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