#ACDAB5

Color #ACDAB5 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #ACDAB5

Tints of Fringy Flower #ACDAB5

Color information

#ACDAB5 (or 0xACDAB5) is unknown color: approx Fringy Flower. HEX triplet: AC, DA and B5. RGB value is (172,218,181). Sum of RGB (Red+Green+Blue) = 172+218+181=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 181 (71.09% from 255 or 31.70% from 571); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDAB5 is #53254A. Grayscale: #C8C8C8. Windows color (decimal): -5449035 or 11917996. OLE color: 11917996.

HSL color Cylindrical-coordinate representation of color #ACDAB5: hue angle of 131.74º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACDAB5 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB172218181-
CMYK0.2100.170.15
HSL131.74º38.33%76.47%-
HSV(B)131.74º21.1%85.49%-
XYZ50.4362.2553.07-
YUV200.03117.26108.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.12%
GREEN value IS 218 (85.55% from 255) = 38.18%
BLUE value IS 181 (71.09% from 255) = 31.70%
R=30.12%
G=38.18%
B=31.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722181810.2100.170.15131.7438.3376.47
HexACDAB515011F84264c
Octal254332265250211720446114
Binary101011001101101010110101101010100011111100001001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDAB5; }

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

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

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

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

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

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

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

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