#ACF7E5

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

Shades of Water Leaf #ACF7E5

Tints of Water Leaf #ACF7E5

Color information

#ACF7E5 (or 0xACF7E5) is unknown color: approx Water Leaf. HEX triplet: AC, F7 and E5. RGB value is (172,247,229). Sum of RGB (Red+Green+Blue) = 172+247+229=648 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.54% from 648); Green value is 247 (96.88% from 255 or 38.12% from 648); Blue value is 229 (89.84% from 255 or 35.34% from 648); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF7E5 is #53081A. Grayscale: #DEDEDE. Windows color (decimal): -5441563 or 15071148. OLE color: 15071148.

HSL color Cylindrical-coordinate representation of color #ACF7E5: hue angle of 165.6º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF7E5 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB172247229-
CMYK0.3000.070.03
HSL165.6º82.42%82.16%-
HSV(B)165.6º30.36%96.86%-
XYZ64.4280.9586.36-
YUV222.52131.6591.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.54%
GREEN value IS 247 (96.88% from 255) = 38.12%
BLUE value IS 229 (89.84% from 255) = 35.34%
R=26.54%
G=38.12%
B=35.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722472290.3000.070.03165.682.4282.16
HexACF7E51E073a65252
Octal25436734536073246122122
Binary101011001111011111100101111100111111010011010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF7E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF7E5; }

 p { color: rgb(172,247,229); }

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

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

 a { background-color: rgb(172,247,229); }

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

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

 span { border-color: rgb(172,247,229); }

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