#ACEFDC

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

Shades of Water Leaf #ACEFDC

Tints of Water Leaf #ACEFDC

Color information

#ACEFDC (or 0xACEFDC) is unknown color: approx Water Leaf. HEX triplet: AC, EF and DC. RGB value is (172,239,220). Sum of RGB (Red+Green+Blue) = 172+239+220=631 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.26% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEFDC is #531023. Grayscale: #D8D8D8. Windows color (decimal): -5443620 or 14479276. OLE color: 14479276.

HSL color Cylindrical-coordinate representation of color #ACEFDC: hue angle of 162.99º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACEFDC is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB172239220-
CMYK0.2800.080.06
HSL162.99º67.68%80.59%-
HSV(B)162.99º28.03%93.73%-
XYZ60.875.6779.11-
YUV216.8129.896.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.26%
GREEN value IS 239 (93.75% from 255) = 37.88%
BLUE value IS 220 (86.33% from 255) = 34.87%
R=27.26%
G=37.88%
B=34.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722392200.2800.080.06162.9967.6880.59
HexACEFDC1C086a34451
Octal254357334340106243104121
Binary10101100111011111101110011100010001101010001110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEFDC; }

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

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

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

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

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

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

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

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