#ACEBC2

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

Shades of Fringy Flower #ACEBC2

Tints of Fringy Flower #ACEBC2

Color information

#ACEBC2 (or 0xACEBC2) is unknown color: approx Fringy Flower. HEX triplet: AC, EB and C2. RGB value is (172,235,194). Sum of RGB (Red+Green+Blue) = 172+235+194=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 235 (92.19% from 255 or 39.10% from 601); Blue value is 194 (76.17% from 255 or 32.28% from 601); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBC2 is #53143D. Grayscale: #D3D3D3. Windows color (decimal): -5444670 or 12774316. OLE color: 12774316.

HSL color Cylindrical-coordinate representation of color #ACEBC2: hue angle of 140.95º 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 #ACEBC2 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB172235194-
CMYK0.2700.170.08
HSL140.95º61.17%79.8%-
HSV(B)140.95º26.81%92.16%-
XYZ56.4672.0861.98-
YUV211.49118.1399.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.62%
GREEN value IS 235 (92.19% from 255) = 39.10%
BLUE value IS 194 (76.17% from 255) = 32.28%
R=28.62%
G=39.10%
B=32.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722351940.2700.170.08140.9561.1779.8
HexACEBC21B01188d3d50
Octal254353302330211021575120
Binary101011001110101111000010110110100011000100011011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEBC2; }

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

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

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

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

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

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

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

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