#ACE1BB

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

Shades of Fringy Flower #ACE1BB

Tints of Fringy Flower #ACE1BB

Color information

#ACE1BB (or 0xACE1BB) is unknown color: approx Fringy Flower. HEX triplet: AC, E1 and BB. RGB value is (172,225,187). Sum of RGB (Red+Green+Blue) = 172+225+187=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 225 (88.28% from 255 or 38.53% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1BB is #531E44. Grayscale: #CCCCCC. Windows color (decimal): -5447237 or 12313004. OLE color: 12313004.

HSL color Cylindrical-coordinate representation of color #ACE1BB: hue angle of 136.98º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE1BB is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB172225187-
CMYK0.2400.170.12
HSL136.98º46.9%77.84%-
HSV(B)136.98º23.56%88.24%-
XYZ52.9166.2157-
YUV204.82117.94104.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.45%
GREEN value IS 225 (88.28% from 255) = 38.53%
BLUE value IS 187 (73.44% from 255) = 32.02%
R=29.45%
G=38.53%
B=32.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722251870.2400.170.12136.9846.977.84
HexACE1BB18011C892f4e
Octal254341273300211421157116
Binary101011001110000110111011110000100011100100010011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE1BB; }

 p { color: rgb(172,225,187); }

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

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

 a { background-color: rgb(172,225,187); }

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

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

 span { border-color: rgb(172,225,187); }

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