#ACD9B7

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

Shades of Fringy Flower #ACD9B7

Tints of Fringy Flower #ACD9B7

Color information

#ACD9B7 (or 0xACD9B7) is unknown color: approx Fringy Flower. HEX triplet: AC, D9 and B7. RGB value is (172,217,183). Sum of RGB (Red+Green+Blue) = 172+217+183=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 217 (85.16% from 255 or 37.94% from 572); Blue value is 183 (71.88% from 255 or 31.99% from 572); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD9B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD9B7 is #532648. Grayscale: #C7C7C7. Windows color (decimal): -5449289 or 12048812. OLE color: 12048812.

HSL color Cylindrical-coordinate representation of color #ACD9B7: hue angle of 134.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACD9B7 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB172217183-
CMYK0.2100.160.15
HSL134.67º37.19%76.27%-
HSV(B)134.67º20.74%85.1%-
XYZ50.3761.8254.08-
YUV199.67118.59108.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.07%
GREEN value IS 217 (85.16% from 255) = 37.94%
BLUE value IS 183 (71.88% from 255) = 31.99%
R=30.07%
G=37.94%
B=31.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722171830.2100.160.15134.6737.1976.27
HexACD9B715010F87254c
Octal254331267250201720745114
Binary101011001101100110110111101010100001111100001111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD9B7; }

 p { color: rgb(172,217,183); }

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

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

 a { background-color: rgb(172,217,183); }

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

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

 span { border-color: rgb(172,217,183); }

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