#ACE3C0

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

Shades of Fringy Flower #ACE3C0

Tints of Fringy Flower #ACE3C0

Color information

#ACE3C0 (or 0xACE3C0) is unknown color: approx Fringy Flower. HEX triplet: AC, E3 and C0. RGB value is (172,227,192). Sum of RGB (Red+Green+Blue) = 172+227+192=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 227 (89.06% from 255 or 38.41% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE3C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE3C0 is #531C3F. Grayscale: #CECECE. Windows color (decimal): -5446720 or 12641196. OLE color: 12641196.

HSL color Cylindrical-coordinate representation of color #ACE3C0: hue angle of 141.82º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE3C0 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB172227192-
CMYK0.2400.150.11
HSL141.82º49.55%78.24%-
HSV(B)141.82º24.23%89.02%-
XYZ5467.5160.05-
YUV206.56119.78103.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.10%
GREEN value IS 227 (89.06% from 255) = 38.41%
BLUE value IS 192 (75.39% from 255) = 32.49%
R=29.10%
G=38.41%
B=32.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1722271920.2400.150.11141.8249.5578.24
HexACE3C0180FB8e324e
Octal254343300300171321662116
Binary10101100111000111100000011000011111011100011101100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE3C0; }

 p { color: rgb(172,227,192); }

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

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

 a { background-color: rgb(172,227,192); }

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

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

 span { border-color: rgb(172,227,192); }

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