#ACE5BC

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

Shades of Fringy Flower #ACE5BC

Tints of Fringy Flower #ACE5BC

Color information

#ACE5BC (or 0xACE5BC) is unknown color: approx Fringy Flower. HEX triplet: AC, E5 and BC. RGB value is (172,229,188). Sum of RGB (Red+Green+Blue) = 172+229+188=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 229 (89.84% from 255 or 38.88% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE5BC is #531A43. Grayscale: #CFCFCF. Windows color (decimal): -5446212 or 12379564. OLE color: 12379564.

HSL color Cylindrical-coordinate representation of color #ACE5BC: hue angle of 136.84º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE5BC is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB172229188-
CMYK0.2500.180.10
HSL136.84º52.29%78.63%-
HSV(B)136.84º24.89%89.8%-
XYZ54.1168.4457.94-
YUV207.28117.12102.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.20%
GREEN value IS 229 (89.84% from 255) = 38.88%
BLUE value IS 188 (73.83% from 255) = 31.92%
R=29.20%
G=38.88%
B=31.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1722291880.2500.180.10136.8452.2978.63
HexACE5BC19012A89344f
Octal254345274310221221164117
Binary101011001110010110111100110010100101010100010011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE5BC; }

 p { color: rgb(172,229,188); }

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

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

 a { background-color: rgb(172,229,188); }

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

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

 span { border-color: rgb(172,229,188); }

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