#ACDBB6

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

Shades of Fringy Flower #ACDBB6

Tints of Fringy Flower #ACDBB6

Color information

#ACDBB6 (or 0xACDBB6) is unknown color: approx Fringy Flower. HEX triplet: AC, DB and B6. RGB value is (172,219,182). Sum of RGB (Red+Green+Blue) = 172+219+182=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 182 (71.48% from 255 or 31.76% from 573); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDBB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDBB6 is #532449. Grayscale: #C8C8C8. Windows color (decimal): -5448778 or 11983788. OLE color: 11983788.

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

Color convert

RGB172219182-
CMYK0.2100.170.14
HSL132.77º39.5%76.67%-
HSV(B)132.77º21.46%85.88%-
XYZ50.7962.8153.7-
YUV200.73117.43107.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.02%
GREEN value IS 219 (85.94% from 255) = 38.22%
BLUE value IS 182 (71.48% from 255) = 31.76%
R=30.02%
G=38.22%
B=31.76%

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
Decimal1722191820.2100.170.14132.7739.576.67
HexACDBB615011E85274d
Octal254333266250211620547115
Binary101011001101101110110110101010100011110100001011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDBB6; }

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

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

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

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

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

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

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

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