#ACDDB8

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

Shades of Fringy Flower #ACDDB8

Tints of Fringy Flower #ACDDB8

Color information

#ACDDB8 (or 0xACDDB8) is unknown color: approx Fringy Flower. HEX triplet: AC, DD and B8. RGB value is (172,221,184). Sum of RGB (Red+Green+Blue) = 172+221+184=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 184 (72.27% from 255 or 31.89% from 577); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDB8 is #532247. Grayscale: #CACACA. Windows color (decimal): -5448264 or 12115372. OLE color: 12115372.

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

Color convert

RGB172221184-
CMYK0.2200.170.13
HSL134.69º41.88%77.06%-
HSV(B)134.69º22.17%86.67%-
XYZ51.5263.9454.97-
YUV202.13117.77106.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.81%
GREEN value IS 221 (86.72% from 255) = 38.30%
BLUE value IS 184 (72.27% from 255) = 31.89%
R=29.81%
G=38.30%
B=31.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722211840.2200.170.13134.6941.8877.06
HexACDDB816011D872a4d
Octal254335270260211520752115
Binary101011001101110110111000101100100011101100001111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDB8; }

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

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

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

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

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

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

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

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