#ACEBBA

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

Shades of Fringy Flower #ACEBBA

Tints of Fringy Flower #ACEBBA

Color information

#ACEBBA (or 0xACEBBA) is unknown color: approx Fringy Flower. HEX triplet: AC, EB and BA. RGB value is (172,235,186). Sum of RGB (Red+Green+Blue) = 172+235+186=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 235 (92.19% from 255 or 39.63% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBBA is #531445. Grayscale: #D2D2D2. Windows color (decimal): -5444678 or 12250028. OLE color: 12250028.

HSL color Cylindrical-coordinate representation of color #ACEBBA: hue angle of 133.33º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEBBA is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB172235186-
CMYK0.2700.210.08
HSL133.33º61.17%79.8%-
HSV(B)133.33º26.81%92.16%-
XYZ55.5871.7357.37-
YUV210.58114.13100.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.01%
GREEN value IS 235 (92.19% from 255) = 39.63%
BLUE value IS 186 (73.05% from 255) = 31.37%
R=29.01%
G=39.63%
B=31.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722351860.2700.210.08133.3361.1779.8
HexACEBBA1B0158853d50
Octal254353272330251020575120
Binary101011001110101110111010110110101011000100001011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEBBA; }

 p { color: rgb(172,235,186); }

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

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

 a { background-color: rgb(172,235,186); }

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

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

 span { border-color: rgb(172,235,186); }

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