#ACF5E1

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

Shades of Water Leaf #ACF5E1

Tints of Water Leaf #ACF5E1

Color information

#ACF5E1 (or 0xACF5E1) is unknown color: approx Water Leaf. HEX triplet: AC, F5 and E1. RGB value is (172,245,225). Sum of RGB (Red+Green+Blue) = 172+245+225=642 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.79% from 642); Green value is 245 (96.09% from 255 or 38.16% from 642); Blue value is 225 (88.28% from 255 or 35.05% from 642); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF5E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF5E1 is #530A1E. Grayscale: #DCDCDC. Windows color (decimal): -5442079 or 14808492. OLE color: 14808492.

HSL color Cylindrical-coordinate representation of color #ACF5E1: hue angle of 163.56º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF5E1 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB172245225-
CMYK0.3000.080.04
HSL163.56º78.49%81.76%-
HSV(B)163.56º29.8%96.08%-
XYZ63.2679.5183.25-
YUV220.89130.3293.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.79%
GREEN value IS 245 (96.09% from 255) = 38.16%
BLUE value IS 225 (88.28% from 255) = 35.05%
R=26.79%
G=38.16%
B=35.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722452250.3000.080.04163.5678.4981.76
HexACF5E11E084a44e52
Octal254365341360104244116122
Binary10101100111101011110000111110010001001010010010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF5E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF5E1; }

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

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

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

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

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

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

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

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