#ACF1E1

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

Shades of Water Leaf #ACF1E1

Tints of Water Leaf #ACF1E1

Color information

#ACF1E1 (or 0xACF1E1) is unknown color: approx Water Leaf. HEX triplet: AC, F1 and E1. RGB value is (172,241,225). Sum of RGB (Red+Green+Blue) = 172+241+225=638 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.96% from 638); Green value is 241 (94.53% from 255 or 37.77% from 638); Blue value is 225 (88.28% from 255 or 35.27% from 638); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1E1 is #530E1E. Grayscale: #DADADA. Windows color (decimal): -5443103 or 14807468. OLE color: 14807468.

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

Color convert

RGB172241225-
CMYK0.2900.070.05
HSL166.09º71.13%80.98%-
HSV(B)166.09º28.63%94.51%-
XYZ62.0677.1282.85-
YUV218.54131.6494.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.96%
GREEN value IS 241 (94.53% from 255) = 37.77%
BLUE value IS 225 (88.28% from 255) = 35.27%
R=26.96%
G=37.77%
B=35.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722412250.2900.070.05166.0971.1380.98
HexACF1E11D075a64751
Octal25436134135075246107121
Binary1010110011110001111000011110101111011010011010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF1E1; }

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

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

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

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

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

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

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

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