#ACF1E4

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

Shades of Water Leaf #ACF1E4

Tints of Water Leaf #ACF1E4

Color information

#ACF1E4 (or 0xACF1E4) is unknown color: approx Water Leaf. HEX triplet: AC, F1 and E4. RGB value is (172,241,228). Sum of RGB (Red+Green+Blue) = 172+241+228=641 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.83% from 641); Green value is 241 (94.53% from 255 or 37.60% from 641); Blue value is 228 (89.45% from 255 or 35.57% from 641); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1E4 is #530E1B. Grayscale: #DADADA. Windows color (decimal): -5443100 or 15004076. OLE color: 15004076.

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

Color convert

RGB172241228-
CMYK0.2900.050.05
HSL168.7º71.13%80.98%-
HSV(B)168.7º28.63%94.51%-
XYZ62.4777.2885.02-
YUV218.89133.1494.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.83%
GREEN value IS 241 (94.53% from 255) = 37.60%
BLUE value IS 228 (89.45% from 255) = 35.57%
R=26.83%
G=37.60%
B=35.57%

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
Decimal1722412280.2900.050.05168.771.1380.98
HexACF1E41D055a94751
Octal25436134435055251107121
Binary1010110011110001111001001110101011011010100110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF1E4; }

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

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

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

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

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

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

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

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