#ACDEBE

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

Shades of Fringy Flower #ACDEBE

Tints of Fringy Flower #ACDEBE

Color information

#ACDEBE (or 0xACDEBE) is unknown color: approx Fringy Flower. HEX triplet: AC, DE and BE. RGB value is (172,222,190). Sum of RGB (Red+Green+Blue) = 172+222+190=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDEBE is #532141. Grayscale: #CBCBCB. Windows color (decimal): -5448002 or 12508844. OLE color: 12508844.

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

Color convert

RGB172222190-
CMYK0.2300.140.13
HSL141.6º43.1%77.25%-
HSV(B)141.6º22.52%87.06%-
XYZ52.4364.7358.45-
YUV203.4120.44105.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.45%
GREEN value IS 222 (87.11% from 255) = 38.01%
BLUE value IS 190 (74.61% from 255) = 32.53%
R=29.45%
G=38.01%
B=32.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722221900.2300.140.13141.643.177.25
HexACDEBE170ED8e2b4d
Octal254336276270161521653115
Binary10101100110111101011111010111011101101100011101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDEBE; }

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

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

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

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

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

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

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

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