#ACE2BF

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

Shades of Fringy Flower #ACE2BF

Tints of Fringy Flower #ACE2BF

Color information

#ACE2BF (or 0xACE2BF) is unknown color: approx Fringy Flower. HEX triplet: AC, E2 and BF. RGB value is (172,226,191). Sum of RGB (Red+Green+Blue) = 172+226+191=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 226 (88.67% from 255 or 38.37% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE2BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE2BF is #531D40. Grayscale: #CDCDCD. Windows color (decimal): -5446977 or 12575404. OLE color: 12575404.

HSL color Cylindrical-coordinate representation of color #ACE2BF: hue angle of 141.11º degrees, saturation: 0.48, 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 #ACE2BF is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB172226191-
CMYK0.2400.150.11
HSL141.11º48.21%78.04%-
HSV(B)141.11º23.89%88.63%-
XYZ53.6166.9259.38-
YUV205.86119.61103.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.20%
GREEN value IS 226 (88.67% from 255) = 38.37%
BLUE value IS 191 (75% from 255) = 32.43%
R=29.20%
G=38.37%
B=32.43%

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
Decimal1722261910.2400.150.11141.1148.2178.04
HexACE2BF180FB8d304e
Octal254342277300171321560116
Binary10101100111000101011111111000011111011100011011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE2BF; }

 p { color: rgb(172,226,191); }

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

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

 a { background-color: rgb(172,226,191); }

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

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

 span { border-color: rgb(172,226,191); }

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