#ACF3E5

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

Shades of Water Leaf #ACF3E5

Tints of Water Leaf #ACF3E5

Color information

#ACF3E5 (or 0xACF3E5) is unknown color: approx Water Leaf. HEX triplet: AC, F3 and E5. RGB value is (172,243,229). Sum of RGB (Red+Green+Blue) = 172+243+229=644 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.71% from 644); Green value is 243 (95.31% from 255 or 37.73% from 644); Blue value is 229 (89.84% from 255 or 35.56% from 644); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF3E5 is #530C1A. Grayscale: #DCDCDC. Windows color (decimal): -5442587 or 15070124. OLE color: 15070124.

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

Color convert

RGB172243229-
CMYK0.2900.060.05
HSL168.17º74.74%81.37%-
HSV(B)168.17º29.22%95.29%-
XYZ63.2178.5385.96-
YUV220.18132.9893.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.71%
GREEN value IS 243 (95.31% from 255) = 37.73%
BLUE value IS 229 (89.84% from 255) = 35.56%
R=26.71%
G=37.73%
B=35.56%

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
Decimal1722432290.2900.060.05168.1774.7481.37
HexACF3E51D065a84b51
Octal25436334535065250113121
Binary1010110011110011111001011110101101011010100010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF3E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF3E5; }

 p { color: rgb(172,243,229); }

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

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

 a { background-color: rgb(172,243,229); }

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

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

 span { border-color: rgb(172,243,229); }

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