#ACFAE9

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

Shades of Water Leaf #ACFAE9

Tints of Water Leaf #ACFAE9

Color information

#ACFAE9 (or 0xACFAE9) is unknown color: approx Water Leaf. HEX triplet: AC, FA and E9. RGB value is (172,250,233). Sum of RGB (Red+Green+Blue) = 172+250+233=655 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.26% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 233 (91.41% from 255 or 35.57% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFAE9 is #530516. Grayscale: #E0E0E0. Windows color (decimal): -5440791 or 15334060. OLE color: 15334060.

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

Color convert

RGB172250233-
CMYK0.3100.070.02
HSL166.92º88.64%82.75%-
HSV(B)166.92º31.2%98.04%-
XYZ65.9183.0389.64-
YUV224.74132.6690.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.26%
GREEN value IS 250 (98.05% from 255) = 38.17%
BLUE value IS 233 (91.41% from 255) = 35.57%
R=26.26%
G=38.17%
B=35.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722502330.3100.070.02166.9288.6482.75
HexACFAE91F072a75953
Octal25437235137072247131123
Binary101011001111101011101001111110111101010011110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFAE9; }

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

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

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

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

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

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

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

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