#ACDDBD

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

Shades of Fringy Flower #ACDDBD

Tints of Fringy Flower #ACDDBD

Color information

#ACDDBD (or 0xACDDBD) is unknown color: approx Fringy Flower. HEX triplet: AC, DD and BD. RGB value is (172,221,189). Sum of RGB (Red+Green+Blue) = 172+221+189=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDBD is #532242. Grayscale: #CACACA. Windows color (decimal): -5448259 or 12443052. OLE color: 12443052.

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

Color convert

RGB172221189-
CMYK0.2200.140.13
HSL140.82º41.88%77.06%-
HSV(B)140.82º22.17%86.67%-
XYZ52.0664.1657.78-
YUV202.7120.27106.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.55%
GREEN value IS 221 (86.72% from 255) = 37.97%
BLUE value IS 189 (74.22% from 255) = 32.47%
R=29.55%
G=37.97%
B=32.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722211890.2200.140.13140.8241.8877.06
HexACDDBD160ED8d2a4d
Octal254335275260161521552115
Binary10101100110111011011110110110011101101100011011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDBD; }

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

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

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

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

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

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

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

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