#ACEDC1

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

Shades of Fringy Flower #ACEDC1

Tints of Fringy Flower #ACEDC1

Color information

#ACEDC1 (or 0xACEDC1) is unknown color: approx Fringy Flower. HEX triplet: AC, ED and C1. RGB value is (172,237,193). Sum of RGB (Red+Green+Blue) = 172+237+193=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 193 (75.78% from 255 or 32.06% from 602); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEDC1 is #53123E. Grayscale: #D4D4D4. Windows color (decimal): -5444159 or 12709292. OLE color: 12709292.

HSL color Cylindrical-coordinate representation of color #ACEDC1: hue angle of 139.38º degrees, saturation: 0.64, 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 #ACEDC1 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB172237193-
CMYK0.2700.190.07
HSL139.38º64.36%80.2%-
HSV(B)139.38º27.43%92.94%-
XYZ56.9273.1961.58-
YUV212.55116.9799.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.57%
GREEN value IS 237 (92.97% from 255) = 39.37%
BLUE value IS 193 (75.78% from 255) = 32.06%
R=28.57%
G=39.37%
B=32.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722371930.2700.190.07139.3864.3680.2
HexACEDC11B01378b4050
Octal254355301330237213100120
Binary101011001110110111000001110110100111111000101110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEDC1; }

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

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

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

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

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

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

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

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