#ACF1E3

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

Shades of Water Leaf #ACF1E3

Tints of Water Leaf #ACF1E3

Color information

#ACF1E3 (or 0xACF1E3) is unknown color: approx Water Leaf. HEX triplet: AC, F1 and E3. RGB value is (172,241,227). Sum of RGB (Red+Green+Blue) = 172+241+227=640 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.88% from 640); Green value is 241 (94.53% from 255 or 37.66% from 640); Blue value is 227 (89.06% from 255 or 35.47% from 640); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1E3 is #530E1C. Grayscale: #DADADA. Windows color (decimal): -5443101 or 14938540. OLE color: 14938540.

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

Color convert

RGB172241227-
CMYK0.2900.060.05
HSL167.83º71.13%80.98%-
HSV(B)167.83º28.63%94.51%-
XYZ62.3377.2384.29-
YUV218.77132.6494.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.88%
GREEN value IS 241 (94.53% from 255) = 37.66%
BLUE value IS 227 (89.06% from 255) = 35.47%
R=26.88%
G=37.66%
B=35.47%

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
Decimal1722412270.2900.060.05167.8371.1380.98
HexACF1E31D065a84751
Octal25436134335065250107121
Binary1010110011110001111000111110101101011010100010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF1E3; }

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

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

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

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

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

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

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

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