#ACEBE2

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

Shades of Water Leaf #ACEBE2

Tints of Water Leaf #ACEBE2

Color information

#ACEBE2 (or 0xACEBE2) is unknown color: approx Water Leaf. HEX triplet: AC, EB and E2. RGB value is (172,235,226). Sum of RGB (Red+Green+Blue) = 172+235+226=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 226 (88.67% from 255 or 35.70% from 633); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBE2 is #53141D. Grayscale: #D7D7D7. Windows color (decimal): -5444638 or 14871468. OLE color: 14871468.

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

Color convert

RGB172235226-
CMYK0.2700.040.08
HSL171.43º61.17%79.8%-
HSV(B)171.43º26.81%92.16%-
XYZ60.4573.6882.99-
YUV215.14134.1397.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.17%
GREEN value IS 235 (92.19% from 255) = 37.12%
BLUE value IS 226 (88.67% from 255) = 35.70%
R=27.17%
G=37.12%
B=35.70%

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
Decimal1722352260.2700.040.08171.4361.1779.8
HexACEBE21B048ab3d50
Octal25435334233041025375120
Binary1010110011101011111000101101101001000101010111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEBE2; }

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

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

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

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

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

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

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

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