#ACF3DF

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

Shades of Water Leaf #ACF3DF

Tints of Water Leaf #ACF3DF

Color information

#ACF3DF (or 0xACF3DF) is unknown color: approx Water Leaf. HEX triplet: AC, F3 and DF. RGB value is (172,243,223). Sum of RGB (Red+Green+Blue) = 172+243+223=638 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.96% from 638); Green value is 243 (95.31% from 255 or 38.09% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF3DF is #530C20. Grayscale: #DBDBDB. Windows color (decimal): -5442593 or 14676908. OLE color: 14676908.

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

Color convert

RGB172243223-
CMYK0.2900.080.05
HSL163.1º74.74%81.37%-
HSV(B)163.1º29.22%95.29%-
XYZ62.3878.281.62-
YUV219.49129.9894.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.96%
GREEN value IS 243 (95.31% from 255) = 38.09%
BLUE value IS 223 (87.5% from 255) = 34.95%
R=26.96%
G=38.09%
B=34.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722432230.2900.080.05163.174.7481.37
HexACF3DF1D085a34b51
Octal254363337350105243113121
Binary10101100111100111101111111101010001011010001110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF3DF; }

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

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

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

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

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

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

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

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