#ACF1DC

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

Shades of Water Leaf #ACF1DC

Tints of Water Leaf #ACF1DC

Color information

#ACF1DC (or 0xACF1DC) is unknown color: approx Water Leaf. HEX triplet: AC, F1 and DC. RGB value is (172,241,220). Sum of RGB (Red+Green+Blue) = 172+241+220=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 241 (94.53% from 255 or 38.07% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1DC is #530E23. Grayscale: #D9D9D9. Windows color (decimal): -5443108 or 14479788. OLE color: 14479788.

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

Color convert

RGB172241220-
CMYK0.2900.090.05
HSL161.74º71.13%80.98%-
HSV(B)161.74º28.63%94.51%-
XYZ61.3976.8579.31-
YUV217.98129.1495.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.17%
GREEN value IS 241 (94.53% from 255) = 38.07%
BLUE value IS 220 (86.33% from 255) = 34.76%
R=27.17%
G=38.07%
B=34.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722412200.2900.090.05161.7471.1380.98
HexACF1DC1D095a24751
Octal254361334350115242107121
Binary10101100111100011101110011101010011011010001010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF1DC; }

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

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

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

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

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

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

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

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