#ACEBB9

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

Shades of Fringy Flower #ACEBB9

Tints of Fringy Flower #ACEBB9

Color information

#ACEBB9 (or 0xACEBB9) is unknown color: approx Fringy Flower. HEX triplet: AC, EB and B9. RGB value is (172,235,185). Sum of RGB (Red+Green+Blue) = 172+235+185=592 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.05% from 592); Green value is 235 (92.19% from 255 or 39.70% from 592); Blue value is 185 (72.66% from 255 or 31.25% from 592); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBB9 is #531446. Grayscale: #D2D2D2. Windows color (decimal): -5444679 or 12184492. OLE color: 12184492.

HSL color Cylindrical-coordinate representation of color #ACEBB9: hue angle of 132.38º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEBB9 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB172235185-
CMYK0.2700.210.08
HSL132.38º61.17%79.8%-
HSV(B)132.38º26.81%92.16%-
XYZ55.4871.6956.81-
YUV210.46113.63100.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.05%
GREEN value IS 235 (92.19% from 255) = 39.70%
BLUE value IS 185 (72.66% from 255) = 31.25%
R=29.05%
G=39.70%
B=31.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722351850.2700.210.08132.3861.1779.8
HexACEBB91B0158843d50
Octal254353271330251020475120
Binary101011001110101110111001110110101011000100001001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEBB9; }

 p { color: rgb(172,235,185); }

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

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

 a { background-color: rgb(172,235,185); }

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

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

 span { border-color: rgb(172,235,185); }

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