#ACEBE1

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

Shades of Water Leaf #ACEBE1

Tints of Water Leaf #ACEBE1

Color information

#ACEBE1 (or 0xACEBE1) is unknown color: approx Water Leaf. HEX triplet: AC, EB and E1. RGB value is (172,235,225). Sum of RGB (Red+Green+Blue) = 172+235+225=632 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.22% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 225 (88.28% from 255 or 35.60% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBE1 is #53141E. Grayscale: #D7D7D7. Windows color (decimal): -5444639 or 14805932. OLE color: 14805932.

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

Color convert

RGB172235225-
CMYK0.2700.040.08
HSL170.48º61.17%79.8%-
HSV(B)170.48º26.81%92.16%-
XYZ60.3173.6282.27-
YUV215.02133.6397.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.22%
GREEN value IS 235 (92.19% from 255) = 37.18%
BLUE value IS 225 (88.28% from 255) = 35.60%
R=27.22%
G=37.18%
B=35.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722352250.2700.040.08170.4861.1779.8
HexACEBE11B048aa3d50
Octal25435334133041025275120
Binary1010110011101011111000011101101001000101010101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEBE1; }

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

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

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

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

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

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

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

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