#ACEDB9

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

Shades of Fringy Flower #ACEDB9

Tints of Fringy Flower #ACEDB9

Color information

#ACEDB9 (or 0xACEDB9) is unknown color: approx Fringy Flower. HEX triplet: AC, ED and B9. RGB value is (172,237,185). Sum of RGB (Red+Green+Blue) = 172+237+185=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 237 (92.97% from 255 or 39.90% from 594); Blue value is 185 (72.66% from 255 or 31.14% from 594); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEDB9 is #531246. Grayscale: #D3D3D3. Windows color (decimal): -5444167 or 12185004. OLE color: 12185004.

HSL color Cylindrical-coordinate representation of color #ACEDB9: hue angle of 132º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEDB9 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB172237185-
CMYK0.2700.220.07
HSL132º64.36%80.2%-
HSV(B)132º27.43%92.94%-
XYZ56.0572.8457-
YUV211.64112.9799.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.96%
GREEN value IS 237 (92.97% from 255) = 39.90%
BLUE value IS 185 (72.66% from 255) = 31.14%
R=28.96%
G=39.90%
B=31.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722371850.2700.220.0713264.3680.2
HexACEDB91B0167844050
Octal254355271330267204100120
Binary101011001110110110111001110110101101111000010010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEDB9; }

 p { color: rgb(172,237,185); }

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

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

 a { background-color: rgb(172,237,185); }

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

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

 span { border-color: rgb(172,237,185); }

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