#ACDCB5

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

Shades of Fringy Flower #ACDCB5

Tints of Fringy Flower #ACDCB5

Color information

#ACDCB5 (or 0xACDCB5) is unknown color: approx Fringy Flower. HEX triplet: AC, DC and B5. RGB value is (172,220,181). Sum of RGB (Red+Green+Blue) = 172+220+181=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 181 (71.09% from 255 or 31.59% from 573); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCB5 is #53234A. Grayscale: #C9C9C9. Windows color (decimal): -5448523 or 11918508. OLE color: 11918508.

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

Color convert

RGB172220181-
CMYK0.2200.180.14
HSL131.25º40.68%76.86%-
HSV(B)131.25º21.82%86.27%-
XYZ50.9563.2953.25-
YUV201.2116.6107.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.02%
GREEN value IS 220 (86.33% from 255) = 38.39%
BLUE value IS 181 (71.09% from 255) = 31.59%
R=30.02%
G=38.39%
B=31.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722201810.2200.180.14131.2540.6876.86
HexACDCB516012E83294d
Octal254334265260221620351115
Binary101011001101110010110101101100100101110100000111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDCB5; }

 p { color: rgb(172,220,181); }

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

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

 a { background-color: rgb(172,220,181); }

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

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

 span { border-color: rgb(172,220,181); }

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