#ACFCE7

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

Shades of Water Leaf #ACFCE7

Tints of Water Leaf #ACFCE7

Color information

#ACFCE7 (or 0xACFCE7) is unknown color: approx Water Leaf. HEX triplet: AC, FC and E7. RGB value is (172,252,231). Sum of RGB (Red+Green+Blue) = 172+252+231=655 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.26% from 655); Green value is 252 (98.83% from 255 or 38.47% from 655); Blue value is 231 (90.62% from 255 or 35.27% from 655); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFCE7 is #530318. Grayscale: #E1E1E1. Windows color (decimal): -5440281 or 15203500. OLE color: 15203500.

HSL color Cylindrical-coordinate representation of color #ACFCE7: hue angle of 164.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFCE7 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB172252231-
CMYK0.3200.080.01
HSL164.25º93.02%83.14%-
HSV(B)164.25º31.75%98.82%-
XYZ66.2584.1688.35-
YUV225.6913189.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.26%
GREEN value IS 252 (98.83% from 255) = 38.47%
BLUE value IS 231 (90.62% from 255) = 35.27%
R=26.26%
G=38.47%
B=35.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722522310.3200.080.01164.2593.0283.14
HexACFCE720081a45d53
Octal254374347400101244135123
Binary1010110011111100111001111000000100011010010010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFCE7; }

 p { color: rgb(172,252,231); }

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

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

 a { background-color: rgb(172,252,231); }

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

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

 span { border-color: rgb(172,252,231); }

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