#ACDEB7

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

Shades of Fringy Flower #ACDEB7

Tints of Fringy Flower #ACDEB7

Color information

#ACDEB7 (or 0xACDEB7) is unknown color: approx Fringy Flower. HEX triplet: AC, DE and B7. RGB value is (172,222,183). Sum of RGB (Red+Green+Blue) = 172+222+183=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 183 (71.88% from 255 or 31.72% from 577); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDEB7 is #532148. Grayscale: #CACACA. Windows color (decimal): -5448009 or 12050092. OLE color: 12050092.

HSL color Cylindrical-coordinate representation of color #ACDEB7: hue angle of 133.2º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDEB7 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB172222183-
CMYK0.2300.180.13
HSL133.2º43.1%77.25%-
HSV(B)133.2º22.52%87.06%-
XYZ51.6864.4354.51-
YUV202.6116.94106.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.81%
GREEN value IS 222 (87.11% from 255) = 38.47%
BLUE value IS 183 (71.88% from 255) = 31.72%
R=29.81%
G=38.47%
B=31.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722221830.2300.180.13133.243.177.25
HexACDEB717012D852b4d
Octal254336267270221520553115
Binary101011001101111010110111101110100101101100001011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDEB7; }

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

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

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

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

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

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

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

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