#ACD9BD

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

Shades of Fringy Flower #ACD9BD

Tints of Fringy Flower #ACD9BD

Color information

#ACD9BD (or 0xACD9BD) is unknown color: approx Fringy Flower. HEX triplet: AC, D9 and BD. RGB value is (172,217,189). Sum of RGB (Red+Green+Blue) = 172+217+189=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 217 (85.16% from 255 or 37.54% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD9BD is #532642. Grayscale: #C8C8C8. Windows color (decimal): -5449283 or 12442028. OLE color: 12442028.

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

Color convert

RGB172217189-
CMYK0.2100.130.15
HSL142.67º37.19%76.27%-
HSV(B)142.67º20.74%85.1%-
XYZ51.0162.0757.44-
YUV200.35121.59107.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.76%
GREEN value IS 217 (85.16% from 255) = 37.54%
BLUE value IS 189 (74.22% from 255) = 32.70%
R=29.76%
G=37.54%
B=32.70%

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
Decimal1722171890.2100.130.15142.6737.1976.27
HexACD9BD150DF8f254c
Octal254331275250151721745114
Binary10101100110110011011110110101011011111100011111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD9BD; }

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

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

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

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

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

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

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

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