#ACEEDD

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

Shades of Water Leaf #ACEEDD

Tints of Water Leaf #ACEEDD

Color information

#ACEEDD (or 0xACEEDD) is unknown color: approx Water Leaf. HEX triplet: AC, EE and DD. RGB value is (172,238,221). Sum of RGB (Red+Green+Blue) = 172+238+221=631 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.26% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEEDD is #531122. Grayscale: #D8D8D8. Windows color (decimal): -5443875 or 14544556. OLE color: 14544556.

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

Color convert

RGB172238221-
CMYK0.2800.070.07
HSL164.55º66%80.39%-
HSV(B)164.55º27.73%93.33%-
XYZ60.6475.1479.71-
YUV216.33130.6396.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.26%
GREEN value IS 238 (93.36% from 255) = 37.72%
BLUE value IS 221 (86.72% from 255) = 35.02%
R=27.26%
G=37.72%
B=35.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722382210.2800.070.07164.556680.39
HexACEEDD1C077a54250
Octal25435633534077245102120
Binary1010110011101110110111011110001111111010010110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEEDD; }

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

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

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

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

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

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

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

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