#ACDABD

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

Shades of Fringy Flower #ACDABD

Tints of Fringy Flower #ACDABD

Color information

#ACDABD (or 0xACDABD) is unknown color: approx Fringy Flower. HEX triplet: AC, DA and BD. RGB value is (172,218,189). Sum of RGB (Red+Green+Blue) = 172+218+189=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDABD is #532542. Grayscale: #C9C9C9. Windows color (decimal): -5449027 or 12442284. OLE color: 12442284.

HSL color Cylindrical-coordinate representation of color #ACDABD: hue angle of 142.17º 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 #ACDABD is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB172218189-
CMYK0.2100.130.15
HSL142.17º38.33%76.47%-
HSV(B)142.17º21.1%85.49%-
XYZ51.2762.5957.52-
YUV200.94121.26107.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.71%
GREEN value IS 218 (85.55% from 255) = 37.65%
BLUE value IS 189 (74.22% from 255) = 32.64%
R=29.71%
G=37.65%
B=32.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722181890.2100.130.15142.1738.3376.47
HexACDABD150DF8e264c
Octal254332275250151721646114
Binary10101100110110101011110110101011011111100011101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDABD; }

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

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

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

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

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

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

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

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