#ACDBB5

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

Shades of Fringy Flower #ACDBB5

Tints of Fringy Flower #ACDBB5

Color information

#ACDBB5 (or 0xACDBB5) is unknown color: approx Fringy Flower. HEX triplet: AC, DB and B5. RGB value is (172,219,181). Sum of RGB (Red+Green+Blue) = 172+219+181=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 181 (71.09% from 255 or 31.64% from 572); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDBB5 is #53244A. Grayscale: #C8C8C8. Windows color (decimal): -5448779 or 11918252. OLE color: 11918252.

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

Color convert

RGB172219181-
CMYK0.2100.170.14
HSL131.49º39.5%76.67%-
HSV(B)131.49º21.46%85.88%-
XYZ50.6962.7753.16-
YUV200.62116.93107.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.07%
GREEN value IS 219 (85.94% from 255) = 38.29%
BLUE value IS 181 (71.09% from 255) = 31.64%
R=30.07%
G=38.29%
B=31.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722191810.2100.170.14131.4939.576.67
HexACDBB515011E83274d
Octal254333265250211620347115
Binary101011001101101110110101101010100011110100000111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDBB5; }

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

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

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

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

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

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

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

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