#ACEDE1

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

Shades of Water Leaf #ACEDE1

Tints of Water Leaf #ACEDE1

Color information

#ACEDE1 (or 0xACEDE1) is unknown color: approx Water Leaf. HEX triplet: AC, ED and E1. RGB value is (172,237,225). Sum of RGB (Red+Green+Blue) = 172+237+225=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 225 (88.28% from 255 or 35.49% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEDE1 is #53121E. Grayscale: #D8D8D8. Windows color (decimal): -5444127 or 14806444. OLE color: 14806444.

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

Color convert

RGB172237225-
CMYK0.2700.050.07
HSL168.92º64.36%80.2%-
HSV(B)168.92º27.43%92.94%-
XYZ60.8974.7882.46-
YUV216.2132.9796.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.13%
GREEN value IS 237 (92.97% from 255) = 37.38%
BLUE value IS 225 (88.28% from 255) = 35.49%
R=27.13%
G=37.38%
B=35.49%

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
Decimal1722372250.2700.050.07168.9264.3680.2
HexACEDE11B057a94050
Octal25435534133057251100120
Binary1010110011101101111000011101101011111010100110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEDE1; }

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

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

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

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

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

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

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

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