#ACECC1

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

Shades of Fringy Flower #ACECC1

Tints of Fringy Flower #ACECC1

Color information

#ACECC1 (or 0xACECC1) is unknown color: approx Fringy Flower. HEX triplet: AC, EC and C1. RGB value is (172,236,193). Sum of RGB (Red+Green+Blue) = 172+236+193=601 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.62% from 601); Green value is 236 (92.58% from 255 or 39.27% from 601); Blue value is 193 (75.78% from 255 or 32.11% from 601); Max value from RGB is 236 - color contains mainly: green. Hex color #ACECC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACECC1 is #53133E. Grayscale: #D4D4D4. Windows color (decimal): -5444415 or 12709036. OLE color: 12709036.

HSL color Cylindrical-coordinate representation of color #ACECC1: hue angle of 139.69º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACECC1 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB172236193-
CMYK0.2700.180.07
HSL139.69º62.75%80%-
HSV(B)139.69º27.12%92.55%-
XYZ56.6372.6161.48-
YUV211.96117.399.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.62%
GREEN value IS 236 (92.58% from 255) = 39.27%
BLUE value IS 193 (75.78% from 255) = 32.11%
R=28.62%
G=39.27%
B=32.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722361930.2700.180.07139.6962.7580
HexACECC11B01278c3f50
Octal25435430133022721477120
Binary10101100111011001100000111011010010111100011001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACECC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACECC1; }

 p { color: rgb(172,236,193); }

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

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

 a { background-color: rgb(172,236,193); }

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

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

 span { border-color: rgb(172,236,193); }

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