#ACEBBC

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

Shades of Fringy Flower #ACEBBC

Tints of Fringy Flower #ACEBBC

Color information

#ACEBBC (or 0xACEBBC) is unknown color: approx Fringy Flower. HEX triplet: AC, EB and BC. RGB value is (172,235,188). Sum of RGB (Red+Green+Blue) = 172+235+188=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 235 - color contains mainly: green. Hex color #ACEBBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEBBC is #531443. Grayscale: #D2D2D2. Windows color (decimal): -5444676 or 12381100. OLE color: 12381100.

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

Color convert

RGB172235188-
CMYK0.2700.20.08
HSL135.24º61.17%79.8%-
HSV(B)135.24º26.81%92.16%-
XYZ55.871.8258.5-
YUV210.8115.13100.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.91%
GREEN value IS 235 (92.19% from 255) = 39.50%
BLUE value IS 188 (73.83% from 255) = 31.60%
R=28.91%
G=39.50%
B=31.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722351880.2700.20.08135.2461.1779.8
HexACEBBC1B0148873d50
Octal254353274330241020775120
Binary101011001110101110111100110110101001000100001111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEBBC; }

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

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

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

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

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

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

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

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