#ACDCB6

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

Shades of Fringy Flower #ACDCB6

Tints of Fringy Flower #ACDCB6

Color information

#ACDCB6 (or 0xACDCB6) is unknown color: approx Fringy Flower. HEX triplet: AC, DC and B6. RGB value is (172,220,182). Sum of RGB (Red+Green+Blue) = 172+220+182=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 182 (71.48% from 255 or 31.71% from 574); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCB6 is #532349. Grayscale: #C9C9C9. Windows color (decimal): -5448522 or 11984044. OLE color: 11984044.

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

Color convert

RGB172220182-
CMYK0.2200.170.14
HSL132.5º40.68%76.86%-
HSV(B)132.5º21.82%86.27%-
XYZ51.0563.3353.79-
YUV201.32117.1107.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.97%
GREEN value IS 220 (86.33% from 255) = 38.33%
BLUE value IS 182 (71.48% from 255) = 31.71%
R=29.97%
G=38.33%
B=31.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722201820.2200.170.14132.540.6876.86
HexACDCB616011E84294d
Octal254334266260211620451115
Binary101011001101110010110110101100100011110100001001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDCB6; }

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

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

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

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

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

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

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

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