#ACE0C1

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

Shades of Fringy Flower #ACE0C1

Tints of Fringy Flower #ACE0C1

Color information

#ACE0C1 (or 0xACE0C1) is unknown color: approx Fringy Flower. HEX triplet: AC, E0 and C1. RGB value is (172,224,193). Sum of RGB (Red+Green+Blue) = 172+224+193=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE0C1 is #531F3E. Grayscale: #CCCCCC. Windows color (decimal): -5447487 or 12705964. OLE color: 12705964.

HSL color Cylindrical-coordinate representation of color #ACE0C1: hue angle of 144.23º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACE0C1 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB172224193-
CMYK0.2300.140.12
HSL144.23º45.61%77.65%-
HSV(B)144.23º23.21%87.84%-
XYZ53.2965.9360.37-
YUV204.92121.27104.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.20%
GREEN value IS 224 (87.89% from 255) = 38.03%
BLUE value IS 193 (75.78% from 255) = 32.77%
R=29.20%
G=38.03%
B=32.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722241930.2300.140.12144.2345.6177.65
HexACE0C1170EC902e4e
Octal254340301270161422056116
Binary10101100111000001100000110111011101100100100001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE0C1; }

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

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

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

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

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

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

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

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