#ACDDC0

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

Shades of Fringy Flower #ACDDC0

Tints of Fringy Flower #ACDDC0

Color information

#ACDDC0 (or 0xACDDC0) is unknown color: approx Fringy Flower. HEX triplet: AC, DD and C0. RGB value is (172,221,192). Sum of RGB (Red+Green+Blue) = 172+221+192=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDC0 is #53223F. Grayscale: #CBCBCB. Windows color (decimal): -5448256 or 12639660. OLE color: 12639660.

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

Color convert

RGB172221192-
CMYK0.2200.130.13
HSL144.49º41.88%77.06%-
HSV(B)144.49º22.17%86.67%-
XYZ52.3864.2959.52-
YUV203.04121.77105.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.40%
GREEN value IS 221 (86.72% from 255) = 37.78%
BLUE value IS 192 (75.39% from 255) = 32.82%
R=29.40%
G=37.78%
B=32.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722211920.2200.130.13144.4941.8877.06
HexACDDC0160DD902a4d
Octal254335300260151522052115
Binary10101100110111011100000010110011011101100100001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDC0; }

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

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

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

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

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

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

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

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