#ACEDE0

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

Shades of Water Leaf #ACEDE0

Tints of Water Leaf #ACEDE0

Color information

#ACEDE0 (or 0xACEDE0) is unknown color: approx Water Leaf. HEX triplet: AC, ED and E0. RGB value is (172,237,224). Sum of RGB (Red+Green+Blue) = 172+237+224=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 224 (87.89% from 255 or 35.39% from 633); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEDE0 is #53121F. Grayscale: #D8D8D8. Windows color (decimal): -5444128 or 14740908. OLE color: 14740908.

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

Color convert

RGB172237224-
CMYK0.2700.050.07
HSL168º64.36%80.2%-
HSV(B)168º27.43%92.94%-
XYZ60.7574.7281.74-
YUV216.08132.4796.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.17%
GREEN value IS 237 (92.97% from 255) = 37.44%
BLUE value IS 224 (87.89% from 255) = 35.39%
R=27.17%
G=37.44%
B=35.39%

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
Decimal1722372240.2700.050.0716864.3680.2
HexACEDE01B057a84050
Octal25435534033057250100120
Binary1010110011101101111000001101101011111010100010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEDE0; }

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

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

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

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

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

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

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

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