#ACEBB7

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

Shades of Fringy Flower #ACEBB7

Tints of Fringy Flower #ACEBB7

Color information

#ACEBB7 (or 0xACEBB7) is unknown color: approx Fringy Flower. HEX triplet: AC, EB and B7. RGB value is (172,235,183). Sum of RGB (Red+Green+Blue) = 172+235+183=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 235 (92.19% from 255 or 39.83% from 590); Blue value is 183 (71.88% from 255 or 31.02% from 590); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBB7 is #531448. Grayscale: #D2D2D2. Windows color (decimal): -5444681 or 12053420. OLE color: 12053420.

HSL color Cylindrical-coordinate representation of color #ACEBB7: hue angle of 130.48º 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 #ACEBB7 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB172235183-
CMYK0.2700.220.08
HSL130.48º61.17%79.8%-
HSV(B)130.48º26.81%92.16%-
XYZ55.2771.6155.71-
YUV210.24112.63100.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.15%
GREEN value IS 235 (92.19% from 255) = 39.83%
BLUE value IS 183 (71.88% from 255) = 31.02%
R=29.15%
G=39.83%
B=31.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722351830.2700.220.08130.4861.1779.8
HexACEBB71B0168823d50
Octal254353267330261020275120
Binary101011001110101110110111110110101101000100000101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEBB7; }

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

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

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

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

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

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

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

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