#ACEBBB

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

Shades of Fringy Flower #ACEBBB

Tints of Fringy Flower #ACEBBB

Color information

#ACEBBB (or 0xACEBBB) is unknown color: approx Fringy Flower. HEX triplet: AC, EB and BB. RGB value is (172,235,187). Sum of RGB (Red+Green+Blue) = 172+235+187=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 235 (92.19% from 255 or 39.56% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBBB is #531444. Grayscale: #D2D2D2. Windows color (decimal): -5444677 or 12315564. OLE color: 12315564.

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

Color convert

RGB172235187-
CMYK0.2700.200.08
HSL134.29º61.17%79.8%-
HSV(B)134.29º26.81%92.16%-
XYZ55.6971.7857.93-
YUV210.69114.63100.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.96%
GREEN value IS 235 (92.19% from 255) = 39.56%
BLUE value IS 187 (73.44% from 255) = 31.48%
R=28.96%
G=39.56%
B=31.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722351870.2700.200.08134.2961.1779.8
HexACEBBB1B0148863d50
Octal254353273330241020675120
Binary101011001110101110111011110110101001000100001101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEBBB; }

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

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

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

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

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

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

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

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