#ACE0BA

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

Shades of Fringy Flower #ACE0BA

Tints of Fringy Flower #ACE0BA

Color information

#ACE0BA (or 0xACE0BA) is unknown color: approx Fringy Flower. HEX triplet: AC, E0 and BA. RGB value is (172,224,186). Sum of RGB (Red+Green+Blue) = 172+224+186=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 224 (87.89% from 255 or 38.49% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE0BA is #531F45. Grayscale: #CCCCCC. Windows color (decimal): -5447494 or 12247212. OLE color: 12247212.

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

Color convert

RGB172224186-
CMYK0.2300.170.12
HSL136.15º45.61%77.65%-
HSV(B)136.15º23.21%87.84%-
XYZ52.5365.6356.35-
YUV204.12117.77105.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.55%
GREEN value IS 224 (87.89% from 255) = 38.49%
BLUE value IS 186 (73.05% from 255) = 31.96%
R=29.55%
G=38.49%
B=31.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722241860.2300.170.12136.1545.6177.65
HexACE0BA17011C882e4e
Octal254340272270211421056116
Binary101011001110000010111010101110100011100100010001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE0BA; }

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

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

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

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

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

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

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

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