#ACF1DD

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

Shades of Water Leaf #ACF1DD

Tints of Water Leaf #ACF1DD

Color information

#ACF1DD (or 0xACF1DD) is unknown color: approx Water Leaf. HEX triplet: AC, F1 and DD. RGB value is (172,241,221). Sum of RGB (Red+Green+Blue) = 172+241+221=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 241 (94.53% from 255 or 38.01% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1DD is #530E22. Grayscale: #DADADA. Windows color (decimal): -5443107 or 14545324. OLE color: 14545324.

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

Color convert

RGB172241221-
CMYK0.2900.080.05
HSL162.61º71.13%80.98%-
HSV(B)162.61º28.63%94.51%-
XYZ61.5276.980.01-
YUV218.09129.6495.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.13%
GREEN value IS 241 (94.53% from 255) = 38.01%
BLUE value IS 221 (86.72% from 255) = 34.86%
R=27.13%
G=38.01%
B=34.86%

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
Decimal1722412210.2900.080.05162.6171.1380.98
HexACF1DD1D085a34751
Octal254361335350105243107121
Binary10101100111100011101110111101010001011010001110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF1DD; }

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

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

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

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

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

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

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

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