#ACE4BA

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

Shades of Fringy Flower #ACE4BA

Tints of Fringy Flower #ACE4BA

Color information

#ACE4BA (or 0xACE4BA) is unknown color: approx Fringy Flower. HEX triplet: AC, E4 and BA. RGB value is (172,228,186). Sum of RGB (Red+Green+Blue) = 172+228+186=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 228 (89.45% from 255 or 38.91% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE4BA is #531B45. Grayscale: #CECECE. Windows color (decimal): -5446470 or 12248236. OLE color: 12248236.

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

Color convert

RGB172228186-
CMYK0.2500.180.11
HSL135º50.91%78.43%-
HSV(B)135º24.56%89.41%-
XYZ53.6267.856.72-
YUV206.47116.45103.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.35%
GREEN value IS 228 (89.45% from 255) = 38.91%
BLUE value IS 186 (73.05% from 255) = 31.74%
R=29.35%
G=38.91%
B=31.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1722281860.2500.180.1113550.9178.43
HexACE4BA19012B87334e
Octal254344272310221320763116
Binary101011001110010010111010110010100101011100001111100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE4BA; }

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

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

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

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

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

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

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

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