#ACECBA

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

Shades of Fringy Flower #ACECBA

Tints of Fringy Flower #ACECBA

Color information

#ACECBA (or 0xACECBA) is unknown color: approx Fringy Flower. HEX triplet: AC, EC and BA. RGB value is (172,236,186). Sum of RGB (Red+Green+Blue) = 172+236+186=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 236 (92.58% from 255 or 39.73% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 236 - color contains mainly: green. Hex color #ACECBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACECBA is #531345. Grayscale: #D3D3D3. Windows color (decimal): -5444422 or 12250284. OLE color: 12250284.

HSL color Cylindrical-coordinate representation of color #ACECBA: hue angle of 133.12º degrees, saturation: 0.63, 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 #ACECBA is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB172236186-
CMYK0.2700.210.07
HSL133.12º62.75%80%-
HSV(B)133.12º27.12%92.55%-
XYZ55.8772.3157.47-
YUV211.16113.8100.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.96%
GREEN value IS 236 (92.58% from 255) = 39.73%
BLUE value IS 186 (73.05% from 255) = 31.31%
R=28.96%
G=39.73%
B=31.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722361860.2700.210.07133.1262.7580
HexACECBA1B0157853f50
Octal25435427233025720577120
Binary10101100111011001011101011011010101111100001011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACECBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACECBA; }

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

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

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

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

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

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

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

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