#ACF3E7

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

Shades of Water Leaf #ACF3E7

Tints of Water Leaf #ACF3E7

Color information

#ACF3E7 (or 0xACF3E7) is unknown color: approx Water Leaf. HEX triplet: AC, F3 and E7. RGB value is (172,243,231). Sum of RGB (Red+Green+Blue) = 172+243+231=646 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.63% from 646); Green value is 243 (95.31% from 255 or 37.62% from 646); Blue value is 231 (90.62% from 255 or 35.76% from 646); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF3E7 is #530C18. Grayscale: #DCDCDC. Windows color (decimal): -5442585 or 15201196. OLE color: 15201196.

HSL color Cylindrical-coordinate representation of color #ACF3E7: hue angle of 169.86º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF3E7 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB172243231-
CMYK0.2900.050.05
HSL169.86º74.74%81.37%-
HSV(B)169.86º29.22%95.29%-
XYZ63.4978.6487.43-
YUV220.4133.9893.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.63%
GREEN value IS 243 (95.31% from 255) = 37.62%
BLUE value IS 231 (90.62% from 255) = 35.76%
R=26.63%
G=37.62%
B=35.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722432310.2900.050.05169.8674.7481.37
HexACF3E71D055aa4b51
Octal25436334735055252113121
Binary1010110011110011111001111110101011011010101010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF3E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF3E7; }

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

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

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

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

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

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

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

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