#ACF1E2

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

Shades of Water Leaf #ACF1E2

Tints of Water Leaf #ACF1E2

Color information

#ACF1E2 (or 0xACF1E2) is unknown color: approx Water Leaf. HEX triplet: AC, F1 and E2. RGB value is (172,241,226). Sum of RGB (Red+Green+Blue) = 172+241+226=639 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.92% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 226 (88.67% from 255 or 35.37% from 639); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1E2 is #530E1D. Grayscale: #DADADA. Windows color (decimal): -5443102 or 14873004. OLE color: 14873004.

HSL color Cylindrical-coordinate representation of color #ACF1E2: hue angle of 166.96º degrees, saturation: 0.71, 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 #ACF1E2 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB172241226-
CMYK0.2900.060.05
HSL166.96º71.13%80.98%-
HSV(B)166.96º28.63%94.51%-
XYZ62.277.1783.57-
YUV218.66132.1494.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.92%
GREEN value IS 241 (94.53% from 255) = 37.72%
BLUE value IS 226 (88.67% from 255) = 35.37%
R=26.92%
G=37.72%
B=35.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722412260.2900.060.05166.9671.1380.98
HexACF1E21D065a74751
Octal25436134235065247107121
Binary1010110011110001111000101110101101011010011110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF1E2; }

 p { color: rgb(172,241,226); }

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

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

 a { background-color: rgb(172,241,226); }

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

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

 span { border-color: rgb(172,241,226); }

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