#ACEEDC

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

Shades of Water Leaf #ACEEDC

Tints of Water Leaf #ACEEDC

Color information

#ACEEDC (or 0xACEEDC) is unknown color: approx Water Leaf. HEX triplet: AC, EE and DC. RGB value is (172,238,220). Sum of RGB (Red+Green+Blue) = 172+238+220=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEEDC is #531123. Grayscale: #D8D8D8. Windows color (decimal): -5443876 or 14479020. OLE color: 14479020.

HSL color Cylindrical-coordinate representation of color #ACEEDC: hue angle of 163.64º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACEEDC is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB172238220-
CMYK0.2800.080.07
HSL163.64º66%80.39%-
HSV(B)163.64º27.73%93.33%-
XYZ60.5175.0979.01-
YUV216.21130.1396.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.30%
GREEN value IS 238 (93.36% from 255) = 37.78%
BLUE value IS 220 (86.33% from 255) = 34.92%
R=27.30%
G=37.78%
B=34.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722382200.2800.080.07163.646680.39
HexACEEDC1C087a44250
Octal254356334340107244102120
Binary10101100111011101101110011100010001111010010010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEEDC; }

 p { color: rgb(172,238,220); }

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

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

 a { background-color: rgb(172,238,220); }

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

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

 span { border-color: rgb(172,238,220); }

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