#ACE1C0

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

Shades of Fringy Flower #ACE1C0

Tints of Fringy Flower #ACE1C0

Color information

#ACE1C0 (or 0xACE1C0) is unknown color: approx Fringy Flower. HEX triplet: AC, E1 and C0. RGB value is (172,225,192). Sum of RGB (Red+Green+Blue) = 172+225+192=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1C0 is #531E3F. Grayscale: #CDCDCD. Windows color (decimal): -5447232 or 12640684. OLE color: 12640684.

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

Color convert

RGB172225192-
CMYK0.2400.150.12
HSL142.64º46.9%77.84%-
HSV(B)142.64º23.56%88.24%-
XYZ53.4566.4359.87-
YUV205.39120.44104.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.20%
GREEN value IS 225 (88.28% from 255) = 38.20%
BLUE value IS 192 (75.39% from 255) = 32.60%
R=29.20%
G=38.20%
B=32.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722251920.2400.150.12142.6446.977.84
HexACE1C0180FC8f2f4e
Octal254341300300171421757116
Binary10101100111000011100000011000011111100100011111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE1C0; }

 p { color: rgb(172,225,192); }

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

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

 a { background-color: rgb(172,225,192); }

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

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

 span { border-color: rgb(172,225,192); }

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