#ACDFC0

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

Shades of Fringy Flower #ACDFC0

Tints of Fringy Flower #ACDFC0

Color information

#ACDFC0 (or 0xACDFC0) is unknown color: approx Fringy Flower. HEX triplet: AC, DF and C0. RGB value is (172,223,192). Sum of RGB (Red+Green+Blue) = 172+223+192=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFC0 is #53203F. Grayscale: #CCCCCC. Windows color (decimal): -5447744 or 12640172. OLE color: 12640172.

HSL color Cylindrical-coordinate representation of color #ACDFC0: hue angle of 143.53º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDFC0 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB172223192-
CMYK0.2300.140.13
HSL143.53º44.35%77.45%-
HSV(B)143.53º22.87%87.45%-
XYZ52.9265.3559.69-
YUV204.22121.1105.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.30%
GREEN value IS 223 (87.5% from 255) = 37.99%
BLUE value IS 192 (75.39% from 255) = 32.71%
R=29.30%
G=37.99%
B=32.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722231920.2300.140.13143.5344.3577.45
HexACDFC0170ED902c4d
Octal254337300270161522054115
Binary10101100110111111100000010111011101101100100001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDFC0; }

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

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

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

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

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

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

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

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