#ACFAE4

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

Shades of Water Leaf #ACFAE4

Tints of Water Leaf #ACFAE4

Color information

#ACFAE4 (or 0xACFAE4) is unknown color: approx Water Leaf. HEX triplet: AC, FA and E4. RGB value is (172,250,228). Sum of RGB (Red+Green+Blue) = 172+250+228=650 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.46% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 228 (89.45% from 255 or 35.08% from 650); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFAE4 is #53051B. Grayscale: #E0E0E0. Windows color (decimal): -5440796 or 15006380. OLE color: 15006380.

HSL color Cylindrical-coordinate representation of color #ACFAE4: hue angle of 163.08º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACFAE4 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB172250228-
CMYK0.3100.090.02
HSL163.08º88.64%82.75%-
HSV(B)163.08º31.2%98.04%-
XYZ65.282.7485.93-
YUV224.17130.1690.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.46%
GREEN value IS 250 (98.05% from 255) = 38.46%
BLUE value IS 228 (89.45% from 255) = 35.08%
R=26.46%
G=38.46%
B=35.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722502280.3100.090.02163.0888.6482.75
HexACFAE41F092a35953
Octal254372344370112243131123
Binary1010110011111010111001001111101001101010001110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFAE4; }

 p { color: rgb(172,250,228); }

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

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

 a { background-color: rgb(172,250,228); }

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

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

 span { border-color: rgb(172,250,228); }

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