#ACDEBD

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

Shades of Fringy Flower #ACDEBD

Tints of Fringy Flower #ACDEBD

Color information

#ACDEBD (or 0xACDEBD) is unknown color: approx Fringy Flower. HEX triplet: AC, DE and BD. RGB value is (172,222,189). Sum of RGB (Red+Green+Blue) = 172+222+189=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDEBD is #532142. Grayscale: #CBCBCB. Windows color (decimal): -5448003 or 12443308. OLE color: 12443308.

HSL color Cylindrical-coordinate representation of color #ACDEBD: hue angle of 140.4º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDEBD is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB172222189-
CMYK0.2300.150.13
HSL140.4º43.1%77.25%-
HSV(B)140.4º22.52%87.06%-
XYZ52.3264.6957.87-
YUV203.29119.94105.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.50%
GREEN value IS 222 (87.11% from 255) = 38.08%
BLUE value IS 189 (74.22% from 255) = 32.42%
R=29.50%
G=38.08%
B=32.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722221890.2300.150.13140.443.177.25
HexACDEBD170FD8c2b4d
Octal254336275270171521453115
Binary10101100110111101011110110111011111101100011001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDEBD; }

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

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

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

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

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

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

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

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