#ACE0BF

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

Shades of Fringy Flower #ACE0BF

Tints of Fringy Flower #ACE0BF

Color information

#ACE0BF (or 0xACE0BF) is unknown color: approx Fringy Flower. HEX triplet: AC, E0 and BF. RGB value is (172,224,191). Sum of RGB (Red+Green+Blue) = 172+224+191=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 224 (87.89% from 255 or 38.16% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE0BF is #531F40. Grayscale: #CCCCCC. Windows color (decimal): -5447489 or 12574892. OLE color: 12574892.

HSL color Cylindrical-coordinate representation of color #ACE0BF: hue angle of 141.92º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACE0BF is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB172224191-
CMYK0.2300.150.12
HSL141.92º45.61%77.65%-
HSV(B)141.92º23.21%87.84%-
XYZ53.0765.8459.2-
YUV204.69120.27104.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.30%
GREEN value IS 224 (87.89% from 255) = 38.16%
BLUE value IS 191 (75% from 255) = 32.54%
R=29.30%
G=38.16%
B=32.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722241910.2300.150.12141.9245.6177.65
HexACE0BF170FC8e2e4e
Octal254340277270171421656116
Binary10101100111000001011111110111011111100100011101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE0BF; }

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

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

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

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

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

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

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

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