#ACF0DA

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

Shades of Water Leaf #ACF0DA

Tints of Water Leaf #ACF0DA

Color information

#ACF0DA (or 0xACF0DA) is unknown color: approx Water Leaf. HEX triplet: AC, F0 and DA. RGB value is (172,240,218). Sum of RGB (Red+Green+Blue) = 172+240+218=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 240 (94.14% from 255 or 38.10% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF0DA is #530F25. Grayscale: #D9D9D9. Windows color (decimal): -5443366 or 14348460. OLE color: 14348460.

HSL color Cylindrical-coordinate representation of color #ACF0DA: hue angle of 160.59º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACF0DA is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB172240218-
CMYK0.2800.090.06
HSL160.59º69.39%80.78%-
HSV(B)160.59º28.33%94.12%-
XYZ60.8376.1577.82-
YUV217.16128.4795.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.30%
GREEN value IS 240 (94.14% from 255) = 38.10%
BLUE value IS 218 (85.55% from 255) = 34.60%
R=27.30%
G=38.10%
B=34.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722402180.2800.090.06160.5969.3980.78
HexACF0DA1C096a14551
Octal254360332340116241105121
Binary10101100111100001101101011100010011101010000110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF0DA; }

 p { color: rgb(172,240,218); }

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

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

 a { background-color: rgb(172,240,218); }

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

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

 span { border-color: rgb(172,240,218); }

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